HSL(213, 50%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(213,50%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 50%, 60%) | color: hsl(213, 50%, 60%) | |
| HEX | #6694CC | color: #6694CC | |
| RGB | rgb(102, 148, 204) | color: rgb(102, 148, 204) | |
| CMYK | cmyk(50%, 27%, 0%, 20%) | — | |
| HSV | hsv(213, 50%, 80%) | — | |
| HWB | hwb(213 40% 20%) | color: hwb(213 40% 20%) | |
| OKLCH | oklch(0.6565 0.098 253.95) | color: oklch(0.6565 0.098 253.95) | |
| Lab | lab(60.21 0.03 -33.62) | color: lab(60.21 0.03 -33.62) | |
| LCH | lch(60.21 33.62 270.05) | color: lch(60.21 33.62 270.05) |
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)
#7A7ABE — rgb(122, 122, 190)
Deuteranopia (Green-blind)
#7774BB — rgb(119, 116, 187)
Tritanopia (Blue-blind)
#68B4B1 — rgb(104, 180, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 50%, 60%);
text
color: hsl(213, 50%, 60%);
border
border: 2px solid hsl(213, 50%, 60%);
gradient light
background: linear-gradient(to right, hsl(213, 50%, 80%), hsl(213, 50%, 60%));
gradient dark
background: linear-gradient(to right, hsl(213, 50%, 60%), hsl(213, 50%, 40%))
hex
background-color: #6694CC;
tailwind
bg-[hsl(213,50%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 50%, 60%, 0.4);
css variable
--color-primary: hsl(213, 50%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 50%, 60%)?
HEX: #6694CC | RGB: rgb(102, 148, 204) | CMYK: 50%, 27%, 0%, 20% | HSV: 213°, 50%, 80%. Copy any format from the conversion table above.
What colors go well with #6694CC?
The complementary color is HSL(33, 50%, 60%). For a triadic harmony, use hues 213°, 333°, and 93°. For analogous combinations, try hues 183° and 243°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(213, 50%, 60%) in CSS?
As HSL: color: hsl(213, 50%, 60%); — As HEX: color: #6694CC; — As RGB: color: rgb(102, 148, 204); — Tailwind CSS: bg-[hsl(213,50%,60%)] — CSS variable: --color-primary: hsl(213, 50%, 60%);