#9cdffb
a light, electric cyan · cool · closest name: skyblue
RGB
156, 223, 251
HSL
198°, 92%, 80%
CMYK
38, 11, 0, 2
Luminance
0.6681
Every format
| HEX | #9cdffb |
| RGB | rgb(156, 223, 251) |
| HSL | hsl(198, 92%, 80%) |
| CMYK | cmyk(38%, 11%, 0%, 2%) |
| LAB | lab(85.4 -14.2 -20.3) |
| LCH | lch(85.4 24.8 235.0) |
| OKLCH | oklch(0.869 0.078 226.0) |
Copy-ready code
/* CSS */
color: #9cdffb;
background-color: #9cdffb;
/* Tailwind (arbitrary) */
class="text-[#9cdffb] bg-[#9cdffb]"
/* SCSS */
$brand: #9cdffb;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#9cdffb")Accessibility — WCAG contrast
Aa
#9cdffb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdffb on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.5%
Blue98.4%
CMYK percentages
Cyan37.8%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#9cdffb text on a black background
contrast 14.36:1
Card sample
#9cdffb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdffb;
Background color
Panel with #9cdffb background
background-color: #9cdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdffb; background: linear-gradient(135deg, #9cdffb, #9CA0FB);