HSL(243, 40%, 68%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(243,40%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 40%, 68%) | color: hsl(243, 40%, 68%) | |
| HEX | #908DCE | color: #908DCE | |
| RGB | rgb(144, 141, 206) | color: rgb(144, 141, 206) | |
| CMYK | cmyk(30%, 32%, 0%, 19%) | — | |
| HSV | hsv(243, 32%, 81%) | — | |
| HWB | hwb(243 55% 19%) | color: hwb(243 55% 19%) | |
| OKLCH | oklch(0.6712 0.0954 285.63) | color: oklch(0.6712 0.0954 285.63) | |
| Lab | lab(61.16 15.83 -33.06) | color: lab(61.16 15.83 -33.06) | |
| LCH | lch(61.16 36.65 295.59) | color: lch(61.16 36.65 295.59) |
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)
#8F8FBE — rgb(143, 143, 190)
Deuteranopia (Green-blind)
#8F8FBB — rgb(143, 143, 187)
Tritanopia (Blue-blind)
#90B2AF — rgb(144, 178, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 40%, 68%);
text
color: hsl(243, 40%, 68%);
border
border: 2px solid hsl(243, 40%, 68%);
gradient light
background: linear-gradient(to right, hsl(243, 40%, 88%), hsl(243, 40%, 68%));
gradient dark
background: linear-gradient(to right, hsl(243, 40%, 68%), hsl(243, 40%, 48%))
hex
background-color: #908DCE;
tailwind
bg-[hsl(243,40%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 40%, 68%, 0.4);
css variable
--color-primary: hsl(243, 40%, 68%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 40%, 68%)?
HEX: #908DCE | RGB: rgb(144, 141, 206) | CMYK: 30%, 32%, 0%, 19% | HSV: 243°, 32%, 81%. Copy any format from the conversion table above.
What colors go well with #908DCE?
The complementary color is HSL(63, 40%, 68%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 40%, 68%) in CSS?
As HSL: color: hsl(243, 40%, 68%); — As HEX: color: #908DCE; — As RGB: color: rgb(144, 141, 206); — Tailwind CSS: bg-[hsl(243,40%,68%)] — CSS variable: --color-primary: hsl(243, 40%, 68%);