#9eccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
158, 204, 223
HSL
198°, 50%, 75%
CMYK
29, 9, 0, 13
Luminance
0.5578
Every format
| HEX | #9eccdf |
| RGB | rgb(158, 204, 223) |
| HSL | hsl(198, 50%, 75%) |
| CMYK | cmyk(29%, 9%, 0%, 13%) |
| LAB | lab(79.5 -10.7 -14.3) |
| LCH | lch(79.5 17.8 233.3) |
| OKLCH | oklch(0.819 0.055 225.1) |
Copy-ready code
/* CSS */
color: #9eccdf;
background-color: #9eccdf;
/* Tailwind (arbitrary) */
class="text-[#9eccdf] bg-[#9eccdf]"
/* SCSS */
$brand: #9eccdf;
/* SwiftUI */
Color(red: 0.620, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#9eccdf")Accessibility — WCAG contrast
Aa
#9eccdf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eccdf on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green80.0%
Blue87.5%
CMYK percentages
Cyan29.1%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9eccdf text on a black background
contrast 12.16:1
Card sample
#9eccdf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eccdf;
Background color
Panel with #9eccdf background
background-color: #9eccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eccdf; background: linear-gradient(135deg, #9eccdf, #9EA1DF);