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