#ccedf0
a pale, vivid cyan · cool · closest name: white
RGB
204, 237, 240
HSL
185°, 55%, 87%
CMYK
15, 1, 0, 6
Luminance
0.7970
Every format
| HEX | #ccedf0 |
| RGB | rgb(204, 237, 240) |
| HSL | hsl(185, 55%, 87%) |
| CMYK | cmyk(15%, 1%, 0%, 6%) |
| LAB | lab(91.5 -10.1 -5.1) |
| LCH | lch(91.5 11.3 206.6) |
| OKLCH | oklch(0.923 0.035 203.3) |
Copy-ready code
/* CSS */
color: #ccedf0;
background-color: #ccedf0;
/* Tailwind (arbitrary) */
class="text-[#ccedf0] bg-[#ccedf0]"
/* SCSS */
$brand: #ccedf0;
/* SwiftUI */
Color(red: 0.800, green: 0.929, blue: 0.941)
/* Android */
Color.parseColor("#ccedf0")Accessibility — WCAG contrast
Aa
#ccedf0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccedf0 on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.9%
Blue94.1%
CMYK percentages
Cyan15.0%
Magenta1.2%
Yellow0.0%
Key (black)5.9%
Color previews
#ccedf0 text on a black background
contrast 16.94:1
Card sample
#ccedf0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccedf0;
Background color
Panel with #ccedf0 background
background-color: #ccedf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccedf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 237, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 237, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccedf0; background: linear-gradient(135deg, #ccedf0, #CCD5F0);