#9cddf9
a light, electric cyan · cool · closest name: skyblue
RGB
156, 221, 249
HSL
198°, 89%, 79%
CMYK
37, 11, 0, 2
Luminance
0.6562
Every format
| HEX | #9cddf9 |
| RGB | rgb(156, 221, 249) |
| HSL | hsl(198, 89%, 79%) |
| CMYK | cmyk(37%, 11%, 0%, 2%) |
| LAB | lab(84.8 -13.7 -20.1) |
| LCH | lch(84.8 24.4 235.8) |
| OKLCH | oklch(0.864 0.076 226.7) |
Copy-ready code
/* CSS */
color: #9cddf9;
background-color: #9cddf9;
/* Tailwind (arbitrary) */
class="text-[#9cddf9] bg-[#9cddf9]"
/* SCSS */
$brand: #9cddf9;
/* SwiftUI */
Color(red: 0.612, green: 0.867, blue: 0.976)
/* Android */
Color.parseColor("#9cddf9")Accessibility — WCAG contrast
Aa
#9cddf9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cddf9 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.7%
Blue97.6%
CMYK percentages
Cyan37.3%
Magenta11.2%
Yellow0.0%
Key (black)2.4%
Color previews
#9cddf9 text on a black background
contrast 14.12:1
Card sample
#9cddf9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cddf9;
Background color
Panel with #9cddf9 background
background-color: #9cddf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cddf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 221, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 221, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cddf9; background: linear-gradient(135deg, #9cddf9, #9C9FF9);