#9eafdf
a light, vivid blue · cool · closest name: skyblue
RGB
158, 175, 223
HSL
224°, 50%, 75%
CMYK
29, 22, 0, 13
Luminance
0.4326
Every format
| HEX | #9eafdf |
| RGB | rgb(158, 175, 223) |
| HSL | hsl(224, 50%, 75%) |
| CMYK | cmyk(29%, 22%, 0%, 13%) |
| LAB | lab(71.7 4.9 -26.1) |
| LCH | lch(71.7 26.5 280.7) |
| OKLCH | oklch(0.758 0.072 269.5) |
Copy-ready code
/* CSS */
color: #9eafdf;
background-color: #9eafdf;
/* Tailwind (arbitrary) */
class="text-[#9eafdf] bg-[#9eafdf]"
/* SCSS */
$brand: #9eafdf;
/* SwiftUI */
Color(red: 0.620, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#9eafdf")Accessibility — WCAG contrast
Aa
#9eafdf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eafdf on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green68.6%
Blue87.5%
CMYK percentages
Cyan29.1%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9eafdf text on a black background
contrast 9.65:1
Card sample
#9eafdf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eafdf;
Background color
Panel with #9eafdf background
background-color: #9eafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eafdf; background: linear-gradient(135deg, #9eafdf, #B89EDF);