#9cddfe
a light, electric blue · cool · closest name: skyblue
RGB
156, 221, 254
HSL
200°, 98%, 80%
CMYK
39, 13, 0, 0
Luminance
0.6594
Every format
| HEX | #9cddfe |
| RGB | rgb(156, 221, 254) |
| HSL | hsl(200, 98%, 80%) |
| CMYK | cmyk(39%, 13%, 0%, 0%) |
| LAB | lab(85.0 -12.4 -22.5) |
| LCH | lch(85.0 25.7 241.1) |
| OKLCH | oklch(0.865 0.080 230.9) |
Copy-ready code
/* CSS */
color: #9cddfe;
background-color: #9cddfe;
/* Tailwind (arbitrary) */
class="text-[#9cddfe] bg-[#9cddfe]"
/* SCSS */
$brand: #9cddfe;
/* SwiftUI */
Color(red: 0.612, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#9cddfe")Accessibility — WCAG contrast
Aa
#9cddfe on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cddfe on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.7%
Blue99.6%
CMYK percentages
Cyan38.6%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#9cddfe text on a black background
contrast 14.19:1
Card sample
#9cddfe text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cddfe;
Background color
Panel with #9cddfe background
background-color: #9cddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cddfe; background: linear-gradient(135deg, #9cddfe, #9C9CFE);