#9eddf4
a light, electric cyan · cool · closest name: skyblue
RGB
158, 221, 244
HSL
196°, 80%, 79%
CMYK
35, 9, 0, 4
Luminance
0.6551
Every format
| HEX | #9eddf4 |
| RGB | rgb(158, 221, 244) |
| HSL | hsl(196, 80%, 79%) |
| CMYK | cmyk(35%, 9%, 0%, 4%) |
| LAB | lab(84.8 -14.4 -17.6) |
| LCH | lch(84.8 22.7 230.7) |
| OKLCH | oklch(0.863 0.071 222.6) |
Copy-ready code
/* CSS */
color: #9eddf4;
background-color: #9eddf4;
/* Tailwind (arbitrary) */
class="text-[#9eddf4] bg-[#9eddf4]"
/* SCSS */
$brand: #9eddf4;
/* SwiftUI */
Color(red: 0.620, green: 0.867, blue: 0.957)
/* Android */
Color.parseColor("#9eddf4")Accessibility — WCAG contrast
Aa
#9eddf4 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eddf4 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green86.7%
Blue95.7%
CMYK percentages
Cyan35.2%
Magenta9.4%
Yellow0.0%
Key (black)4.3%
Color previews
#9eddf4 text on a black background
contrast 14.10:1
Card sample
#9eddf4 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eddf4;
Background color
Panel with #9eddf4 background
background-color: #9eddf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eddf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 221, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 221, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eddf4; background: linear-gradient(135deg, #9eddf4, #9EA4F4);