HSL(200, 60%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(200,60%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 60%, 61%) | color: hsl(200, 60%, 61%) | |
| HEX | #60AFD7 | color: #60AFD7 | |
| RGB | rgb(96, 175, 215) | color: rgb(96, 175, 215) | |
| CMYK | cmyk(55%, 19%, 0%, 16%) | — | |
| HSV | hsv(200, 55%, 84%) | — | |
| HWB | hwb(200 38% 16%) | color: hwb(200 38% 16%) | |
| OKLCH | oklch(0.7192 0.0972 232.35) | color: oklch(0.7192 0.0972 232.35) | |
| Lab | lab(68.06 -12.98 -27.62) | color: lab(68.06 -12.98 -27.62) | |
| LCH | lch(68.06 30.52 244.83) | color: lch(68.06 30.52 244.83) |
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)
#8283CD — rgb(130, 131, 205)
Deuteranopia (Green-blind)
#7E78CB — rgb(126, 120, 203)
Tritanopia (Blue-blind)
#64C6C4 — rgb(100, 198, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 60%, 61%);
text
color: hsl(200, 60%, 61%);
border
border: 2px solid hsl(200, 60%, 61%);
gradient light
background: linear-gradient(to right, hsl(200, 60%, 81%), hsl(200, 60%, 61%));
gradient dark
background: linear-gradient(to right, hsl(200, 60%, 61%), hsl(200, 60%, 41%))
hex
background-color: #60AFD7;
tailwind
bg-[hsl(200,60%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 60%, 61%, 0.4);
css variable
--color-primary: hsl(200, 60%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 60%, 61%)?
HEX: #60AFD7 | RGB: rgb(96, 175, 215) | CMYK: 55%, 19%, 0%, 16% | HSV: 200°, 55%, 84%. Copy any format from the conversion table above.
What colors go well with #60AFD7?
The complementary color is HSL(20, 60%, 61%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 60%, 61%) in CSS?
As HSL: color: hsl(200, 60%, 61%); — As HEX: color: #60AFD7; — As RGB: color: rgb(96, 175, 215); — Tailwind CSS: bg-[hsl(200,60%,61%)] — CSS variable: --color-primary: hsl(200, 60%, 61%);