HSL(250, 43%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(250,43%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 43%, 64%) | color: hsl(250, 43%, 64%) | |
| HEX | #897CCB | color: #897CCB | |
| RGB | rgb(137, 124, 203) | color: rgb(137, 124, 203) | |
| CMYK | cmyk(33%, 39%, 0%, 20%) | — | |
| HSV | hsv(250, 39%, 80%) | — | |
| HWB | hwb(250 49% 20%) | color: hwb(250 49% 20%) | |
| OKLCH | oklch(0.6308 0.1171 290.18) | color: oklch(0.6308 0.1171 290.18) | |
| Lab | lab(56.13 22.96 -39.27) | color: lab(56.13 22.96 -39.27) | |
| LCH | lch(56.13 45.49 300.31) | color: lch(56.13 45.49 300.31) |
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)
#8383B8 — rgb(131, 131, 184)
Deuteranopia (Green-blind)
#8485B3 — rgb(132, 133, 179)
Tritanopia (Blue-blind)
#88A9A5 — rgb(136, 169, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 43%, 64%);
text
color: hsl(250, 43%, 64%);
border
border: 2px solid hsl(250, 43%, 64%);
gradient light
background: linear-gradient(to right, hsl(250, 43%, 84%), hsl(250, 43%, 64%));
gradient dark
background: linear-gradient(to right, hsl(250, 43%, 64%), hsl(250, 43%, 44%))
hex
background-color: #897CCB;
tailwind
bg-[hsl(250,43%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 43%, 64%, 0.4);
css variable
--color-primary: hsl(250, 43%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 43%, 64%)?
HEX: #897CCB | RGB: rgb(137, 124, 203) | CMYK: 33%, 39%, 0%, 20% | HSV: 250°, 39%, 80%. Copy any format from the conversion table above.
What colors go well with #897CCB?
The complementary color is HSL(70, 43%, 64%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 43%, 64%) in CSS?
As HSL: color: hsl(250, 43%, 64%); — As HEX: color: #897CCB; — As RGB: color: rgb(137, 124, 203); — Tailwind CSS: bg-[hsl(250,43%,64%)] — CSS variable: --color-primary: hsl(250, 43%, 64%);