HSL(231, 77%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(231,77%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 77%, 67%) | color: hsl(231, 77%, 67%) | |
| HEX | #6A7DEC | color: #6A7DEC | |
| RGB | rgb(106, 125, 236) | color: rgb(106, 125, 236) | |
| CMYK | cmyk(55%, 47%, 0%, 7%) | — | |
| HSV | hsv(231, 55%, 93%) | — | |
| HWB | hwb(231 42% 7%) | color: hwb(231 42% 7%) | |
| OKLCH | oklch(0.6288 0.1667 273.36) | color: oklch(0.6288 0.1667 273.36) | |
| Lab | lab(55.87 24.53 -58.37) | color: lab(55.87 24.53 -58.37) | |
| LCH | lch(55.87 63.31 292.79) | color: lch(55.87 63.31 292.79) |
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)
#7272D1 — rgb(114, 114, 209)
Deuteranopia (Green-blind)
#7170CB — rgb(113, 112, 203)
Tritanopia (Blue-blind)
#6BBCB7 — rgb(107, 188, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 77%, 67%);
text
color: hsl(231, 77%, 67%);
border
border: 2px solid hsl(231, 77%, 67%);
gradient light
background: linear-gradient(to right, hsl(231, 77%, 87%), hsl(231, 77%, 67%));
gradient dark
background: linear-gradient(to right, hsl(231, 77%, 67%), hsl(231, 77%, 47%))
hex
background-color: #6A7DEC;
tailwind
bg-[hsl(231,77%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 77%, 67%, 0.4);
css variable
--color-primary: hsl(231, 77%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 77%, 67%)?
HEX: #6A7DEC | RGB: rgb(106, 125, 236) | CMYK: 55%, 47%, 0%, 7% | HSV: 231°, 55%, 93%. Copy any format from the conversion table above.
What colors go well with #6A7DEC?
The complementary color is HSL(51, 77%, 67%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 77%, 67%) in CSS?
As HSL: color: hsl(231, 77%, 67%); — As HEX: color: #6A7DEC; — As RGB: color: rgb(106, 125, 236); — Tailwind CSS: bg-[hsl(231,77%,67%)] — CSS variable: --color-primary: hsl(231, 77%, 67%);