HSL(234, 40%, 65%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,40%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 40%, 65%) | color: hsl(234, 40%, 65%) | |
| HEX | #8289C9 | color: #8289C9 | |
| RGB | rgb(130, 137, 201) | color: rgb(130, 137, 201) | |
| CMYK | cmyk(35%, 32%, 0%, 21%) | — | |
| HSV | hsv(234, 35%, 79%) | — | |
| HWB | hwb(234 51% 21%) | color: hwb(234 51% 21%) | |
| OKLCH | oklch(0.6499 0.0957 278.58) | color: oklch(0.6499 0.0957 278.58) | |
| Lab | lab(58.84 12.83 -33.95) | color: lab(58.84 12.83 -33.95) | |
| LCH | lch(58.84 36.29 290.7) | color: lch(58.84 36.29 290.7) |
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)
#8585BA — rgb(133, 133, 186)
Deuteranopia (Green-blind)
#8584B6 — rgb(133, 132, 182)
Tritanopia (Blue-blind)
#82ADAB — rgb(130, 173, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 40%, 65%);
text
color: hsl(234, 40%, 65%);
border
border: 2px solid hsl(234, 40%, 65%);
gradient light
background: linear-gradient(to right, hsl(234, 40%, 85%), hsl(234, 40%, 65%));
gradient dark
background: linear-gradient(to right, hsl(234, 40%, 65%), hsl(234, 40%, 45%))
hex
background-color: #8289C9;
tailwind
bg-[hsl(234,40%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 40%, 65%, 0.4);
css variable
--color-primary: hsl(234, 40%, 65%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 40%, 65%)?
HEX: #8289C9 | RGB: rgb(130, 137, 201) | CMYK: 35%, 32%, 0%, 21% | HSV: 234°, 35%, 79%. Copy any format from the conversion table above.
What colors go well with #8289C9?
The complementary color is HSL(54, 40%, 65%). 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, 40%, 65%) in CSS?
As HSL: color: hsl(234, 40%, 65%); — As HEX: color: #8289C9; — As RGB: color: rgb(130, 137, 201); — Tailwind CSS: bg-[hsl(234,40%,65%)] — CSS variable: --color-primary: hsl(234, 40%, 65%);