HSL(232, 55%, 68%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,55%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 55%, 68%) | color: hsl(232, 55%, 68%) | |
| HEX | #818CDA | color: #818CDA | |
| RGB | rgb(129, 140, 218) | color: rgb(129, 140, 218) | |
| CMYK | cmyk(41%, 36%, 0%, 15%) | — | |
| HSV | hsv(233, 41%, 85%) | — | |
| HWB | hwb(233 50% 15%) | color: hwb(233 50% 15%) | |
| OKLCH | oklch(0.6637 0.1164 276.63) | color: oklch(0.6637 0.1164 276.63) | |
| Lab | lab(60.32 15.5 -41.17) | color: lab(60.32 15.5 -41.17) | |
| LCH | lch(60.32 43.99 290.63) | color: lch(60.32 43.99 290.63) |
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)
#8686C7 — rgb(134, 134, 199)
Deuteranopia (Green-blind)
#8584C3 — rgb(133, 132, 195)
Tritanopia (Blue-blind)
#82B8B5 — rgb(130, 184, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 55%, 68%);
text
color: hsl(232, 55%, 68%);
border
border: 2px solid hsl(232, 55%, 68%);
gradient light
background: linear-gradient(to right, hsl(232, 55%, 88%), hsl(232, 55%, 68%));
gradient dark
background: linear-gradient(to right, hsl(232, 55%, 68%), hsl(232, 55%, 48%))
hex
background-color: #818CDA;
tailwind
bg-[hsl(232,55%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 55%, 68%, 0.4);
css variable
--color-primary: hsl(232, 55%, 68%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 55%, 68%)?
HEX: #818CDA | RGB: rgb(129, 140, 218) | CMYK: 41%, 36%, 0%, 15% | HSV: 233°, 41%, 85%. Copy any format from the conversion table above.
What colors go well with #818CDA?
The complementary color is HSL(52, 55%, 68%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 55%, 68%) in CSS?
As HSL: color: hsl(232, 55%, 68%); — As HEX: color: #818CDA; — As RGB: color: rgb(129, 140, 218); — Tailwind CSS: bg-[hsl(232,55%,68%)] — CSS variable: --color-primary: hsl(232, 55%, 68%);