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