#9cdcf3
a light, electric cyan · cool · closest name: skyblue
RGB
156, 220, 243
HSL
196°, 78%, 78%
CMYK
36, 10, 0, 5
Luminance
0.6473
Every format
| HEX | #9cdcf3 |
| RGB | rgb(156, 220, 243) |
| HSL | hsl(196, 78%, 78%) |
| CMYK | cmyk(36%, 10%, 0%, 5%) |
| LAB | lab(84.3 -14.7 -17.7) |
| LCH | lch(84.3 22.9 230.3) |
| OKLCH | oklch(0.859 0.072 222.3) |
Copy-ready code
/* CSS */
color: #9cdcf3;
background-color: #9cdcf3;
/* Tailwind (arbitrary) */
class="text-[#9cdcf3] bg-[#9cdcf3]"
/* SCSS */
$brand: #9cdcf3;
/* SwiftUI */
Color(red: 0.612, green: 0.863, blue: 0.953)
/* Android */
Color.parseColor("#9cdcf3")Accessibility — WCAG contrast
Aa
#9cdcf3 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdcf3 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.3%
Blue95.3%
CMYK percentages
Cyan35.8%
Magenta9.5%
Yellow0.0%
Key (black)4.7%
Color previews
#9cdcf3 text on a black background
contrast 13.95:1
Card sample
#9cdcf3 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdcf3;
Background color
Panel with #9cdcf3 background
background-color: #9cdcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 220, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 220, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdcf3; background: linear-gradient(135deg, #9cdcf3, #9CA2F3);