#9cddf0
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 221, 240
HSL
194°, 74%, 78%
CMYK
35, 8, 0, 6
Luminance
0.6507
Every format
| HEX | #9cddf0 |
| RGB | rgb(156, 221, 240) |
| HSL | hsl(194, 74%, 78%) |
| CMYK | cmyk(35%, 8%, 0%, 6%) |
| LAB | lab(84.5 -15.9 -15.8) |
| LCH | lch(84.5 22.4 224.9) |
| OKLCH | oklch(0.860 0.070 217.9) |
Copy-ready code
/* CSS */
color: #9cddf0;
background-color: #9cddf0;
/* Tailwind (arbitrary) */
class="text-[#9cddf0] bg-[#9cddf0]"
/* SCSS */
$brand: #9cddf0;
/* SwiftUI */
Color(red: 0.612, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#9cddf0")Accessibility — WCAG contrast
Aa
#9cddf0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cddf0 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.7%
Blue94.1%
CMYK percentages
Cyan35.0%
Magenta7.9%
Yellow0.0%
Key (black)5.9%
Color previews
#9cddf0 text on a black background
contrast 14.01:1
Card sample
#9cddf0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cddf0;
Background color
Panel with #9cddf0 background
background-color: #9cddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cddf0; background: linear-gradient(135deg, #9cddf0, #9CA5F0);