HSL(234, 35%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,35%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 35%, 79%) | color: hsl(234, 35%, 79%) | |
| HEX | #B7BADC | color: #B7BADC | |
| RGB | rgb(183, 186, 220) | color: rgb(183, 186, 220) | |
| CMYK | cmyk(17%, 15%, 0%, 14%) | — | |
| HSV | hsv(235, 17%, 86%) | — | |
| HWB | hwb(235 71% 14%) | color: hwb(235 71% 14%) | |
| OKLCH | oklch(0.7977 0.0481 281.27) | color: oklch(0.7977 0.0481 281.27) | |
| Lab | lab(76.28 5.86 -17.35) | color: lab(76.28 5.86 -17.35) | |
| LCH | lch(76.28 18.31 288.66) | color: lch(76.28 18.31 288.66) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#B8B8D4 — rgb(184, 184, 212)
Deuteranopia (Green-blind)
#B8B8D2 — rgb(184, 184, 210)
Tritanopia (Blue-blind)
#B7CDCC — rgb(183, 205, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 35%, 79%);
text
color: hsl(234, 35%, 79%);
border
border: 2px solid hsl(234, 35%, 79%);
gradient light
background: linear-gradient(to right, hsl(234, 35%, 99%), hsl(234, 35%, 79%));
gradient dark
background: linear-gradient(to right, hsl(234, 35%, 79%), hsl(234, 35%, 59%))
hex
background-color: #B7BADC;
tailwind
bg-[hsl(234,35%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 35%, 79%, 0.4);
css variable
--color-primary: hsl(234, 35%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 35%, 79%)?
HEX: #B7BADC | RGB: rgb(183, 186, 220) | CMYK: 17%, 15%, 0%, 14% | HSV: 235°, 17%, 86%. Copy any format from the conversion table above.
What colors go well with #B7BADC?
The complementary color is HSL(54, 35%, 79%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(234, 35%, 79%) in CSS?
As HSL: color: hsl(234, 35%, 79%); — As HEX: color: #B7BADC; — As RGB: color: rgb(183, 186, 220); — Tailwind CSS: bg-[hsl(234,35%,79%)] — CSS variable: --color-primary: hsl(234, 35%, 79%);