#9dc8ff
a light, electric blue · cool · closest name: skyblue
RGB
157, 200, 255
HSL
214°, 100%, 81%
CMYK
38, 22, 0, 0
Luminance
0.5570
Every format
| HEX | #9dc8ff |
| RGB | rgb(157, 200, 255) |
| HSL | hsl(214, 100%, 81%) |
| CMYK | cmyk(38%, 22%, 0%, 0%) |
| LAB | lab(79.4 -0.9 -31.5) |
| LCH | lch(79.4 31.5 268.4) |
| OKLCH | oklch(0.822 0.090 254.8) |
Copy-ready code
/* CSS */
color: #9dc8ff;
background-color: #9dc8ff;
/* Tailwind (arbitrary) */
class="text-[#9dc8ff] bg-[#9dc8ff]"
/* SCSS */
$brand: #9dc8ff;
/* SwiftUI */
Color(red: 0.616, green: 0.784, blue: 1.000)
/* Android */
Color.parseColor("#9dc8ff")Accessibility — WCAG contrast
Aa
#9dc8ff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dc8ff on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green78.4%
Blue100.0%
CMYK percentages
Cyan38.4%
Magenta21.6%
Yellow0.0%
Key (black)0.0%
Color previews
#9dc8ff text on a black background
contrast 12.14:1
Card sample
#9dc8ff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dc8ff;
Background color
Panel with #9dc8ff background
background-color: #9dc8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dc8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 200, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 200, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dc8ff; background: linear-gradient(135deg, #9dc8ff, #B39DFF);