#ccf4ff
a pale, electric cyan · cool · closest name: lavender
RGB
204, 244, 255
HSL
193°, 100%, 90%
CMYK
20, 4, 0, 0
Luminance
0.8476
Every format
| HEX | #ccf4ff |
| RGB | rgb(204, 244, 255) |
| HSL | hsl(193, 100%, 90%) |
| CMYK | cmyk(20%, 4%, 0%, 0%) |
| LAB | lab(93.8 -10.5 -9.6) |
| LCH | lch(93.8 14.2 222.2) |
| OKLCH | oklch(0.942 0.044 216.2) |
Copy-ready code
/* CSS */
color: #ccf4ff;
background-color: #ccf4ff;
/* Tailwind (arbitrary) */
class="text-[#ccf4ff] bg-[#ccf4ff]"
/* SCSS */
$brand: #ccf4ff;
/* SwiftUI */
Color(red: 0.800, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#ccf4ff")Accessibility — WCAG contrast
Aa
#ccf4ff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf4ff on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green95.7%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ccf4ff text on a black background
contrast 17.95:1
Card sample
#ccf4ff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf4ff;
Background color
Panel with #ccf4ff background
background-color: #ccf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf4ff; background: linear-gradient(135deg, #ccf4ff, #CCD2FF);