#9ccef1
a light, electric blue · cool · closest name: skyblue
RGB
156, 206, 241
HSL
205°, 75%, 78%
CMYK
35, 15, 0, 6
Luminance
0.5756
Every format
| HEX | #9ccef1 |
| RGB | rgb(156, 206, 241) |
| HSL | hsl(205, 75%, 78%) |
| CMYK | cmyk(35%, 15%, 0%, 6%) |
| LAB | lab(80.5 -7.9 -22.4) |
| LCH | lch(80.5 23.8 250.6) |
| OKLCH | oklch(0.829 0.072 239.3) |
Copy-ready code
/* CSS */
color: #9ccef1;
background-color: #9ccef1;
/* Tailwind (arbitrary) */
class="text-[#9ccef1] bg-[#9ccef1]"
/* SCSS */
$brand: #9ccef1;
/* SwiftUI */
Color(red: 0.612, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#9ccef1")Accessibility — WCAG contrast
Aa
#9ccef1 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ccef1 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green80.8%
Blue94.5%
CMYK percentages
Cyan35.3%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#9ccef1 text on a black background
contrast 12.51:1
Card sample
#9ccef1 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ccef1;
Background color
Panel with #9ccef1 background
background-color: #9ccef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ccef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ccef1; background: linear-gradient(135deg, #9ccef1, #A29CF1);