#ccf0ff
a pale, electric cyan · cool · closest name: lavender
RGB
204, 240, 255
HSL
198°, 100%, 90%
CMYK
20, 6, 0, 0
Luminance
0.8238
Every format
| HEX | #ccf0ff |
| RGB | rgb(204, 240, 255) |
| HSL | hsl(198, 100%, 90%) |
| CMYK | cmyk(20%, 6%, 0%, 0%) |
| LAB | lab(92.7 -8.5 -11.1) |
| LCH | lch(92.7 14.0 232.5) |
| OKLCH | oklch(0.934 0.043 224.9) |
Copy-ready code
/* CSS */
color: #ccf0ff;
background-color: #ccf0ff;
/* Tailwind (arbitrary) */
class="text-[#ccf0ff] bg-[#ccf0ff]"
/* SCSS */
$brand: #ccf0ff;
/* SwiftUI */
Color(red: 0.800, green: 0.941, blue: 1.000)
/* Android */
Color.parseColor("#ccf0ff")Accessibility — WCAG contrast
Aa
#ccf0ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf0ff on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.1%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta5.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ccf0ff text on a black background
contrast 17.48:1
Card sample
#ccf0ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf0ff;
Background color
Panel with #ccf0ff background
background-color: #ccf0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 240, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 240, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf0ff; background: linear-gradient(135deg, #ccf0ff, #CCCEFF);