#9cddf5
a light, electric cyan · cool · closest name: skyblue
RGB
156, 221, 245
HSL
196°, 82%, 79%
CMYK
36, 10, 0, 4
Luminance
0.6537
Every format
| HEX | #9cddf5 |
| RGB | rgb(156, 221, 245) |
| HSL | hsl(196, 82%, 79%) |
| CMYK | cmyk(36%, 10%, 0%, 4%) |
| LAB | lab(84.7 -14.7 -18.2) |
| LCH | lch(84.7 23.4 231.2) |
| OKLCH | oklch(0.862 0.073 223.0) |
Copy-ready code
/* CSS */
color: #9cddf5;
background-color: #9cddf5;
/* Tailwind (arbitrary) */
class="text-[#9cddf5] bg-[#9cddf5]"
/* SCSS */
$brand: #9cddf5;
/* SwiftUI */
Color(red: 0.612, green: 0.867, blue: 0.961)
/* Android */
Color.parseColor("#9cddf5")Accessibility — WCAG contrast
Aa
#9cddf5 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cddf5 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.7%
Blue96.1%
CMYK percentages
Cyan36.3%
Magenta9.8%
Yellow0.0%
Key (black)3.9%
Color previews
#9cddf5 text on a black background
contrast 14.07:1
Card sample
#9cddf5 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cddf5;
Background color
Panel with #9cddf5 background
background-color: #9cddf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cddf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 221, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 221, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cddf5; background: linear-gradient(135deg, #9cddf5, #9CA1F5);