HSL(204, 52%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(204,52%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(204, 52%, 61%) | color: hsl(204, 52%, 61%) | |
| HEX | #68A6CF | color: #68A6CF | |
| RGB | rgb(104, 166, 207) | color: rgb(104, 166, 207) | |
| CMYK | cmyk(50%, 20%, 0%, 19%) | — | |
| HSV | hsv(204, 50%, 81%) | — | |
| HWB | hwb(204 41% 19%) | color: hwb(204 41% 19%) | |
| OKLCH | oklch(0.699 0.0881 238.77) | color: oklch(0.699 0.0881 238.77) | |
| Lab | lab(65.53 -8.72 -27.06) | color: lab(65.53 -8.72 -27.06) | |
| LCH | lch(65.53 28.43 252.14) | color: lch(65.53 28.43 252.14) |
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)
#8383C5 — rgb(131, 131, 197)
Deuteranopia (Green-blind)
#7F7BC3 — rgb(127, 123, 195)
Tritanopia (Blue-blind)
#6BBDBC — rgb(107, 189, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(204, 52%, 61%);
text
color: hsl(204, 52%, 61%);
border
border: 2px solid hsl(204, 52%, 61%);
gradient light
background: linear-gradient(to right, hsl(204, 52%, 81%), hsl(204, 52%, 61%));
gradient dark
background: linear-gradient(to right, hsl(204, 52%, 61%), hsl(204, 52%, 41%))
hex
background-color: #68A6CF;
tailwind
bg-[hsl(204,52%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(204, 52%, 61%, 0.4);
css variable
--color-primary: hsl(204, 52%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(204, 52%, 61%)?
HEX: #68A6CF | RGB: rgb(104, 166, 207) | CMYK: 50%, 20%, 0%, 19% | HSV: 204°, 50%, 81%. Copy any format from the conversion table above.
What colors go well with #68A6CF?
The complementary color is HSL(24, 52%, 61%). For a triadic harmony, use hues 204°, 324°, and 84°. For analogous combinations, try hues 174° and 234°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(204, 52%, 61%) in CSS?
As HSL: color: hsl(204, 52%, 61%); — As HEX: color: #68A6CF; — As RGB: color: rgb(104, 166, 207); — Tailwind CSS: bg-[hsl(204,52%,61%)] — CSS variable: --color-primary: hsl(204, 52%, 61%);