#ccf4fe
a pale, electric cyan · cool · closest name: lavender
RGB
204, 244, 254
HSL
192°, 96%, 90%
CMYK
20, 4, 0, 0
Luminance
0.8469
Every format
| HEX | #ccf4fe |
| RGB | rgb(204, 244, 254) |
| HSL | hsl(192, 96%, 90%) |
| CMYK | cmyk(20%, 4%, 0%, 0%) |
| LAB | lab(93.8 -10.7 -9.1) |
| LCH | lch(93.8 14.1 220.2) |
| OKLCH | oklch(0.942 0.043 214.6) |
Copy-ready code
/* CSS */
color: #ccf4fe;
background-color: #ccf4fe;
/* Tailwind (arbitrary) */
class="text-[#ccf4fe] bg-[#ccf4fe]"
/* SCSS */
$brand: #ccf4fe;
/* SwiftUI */
Color(red: 0.800, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#ccf4fe")Accessibility — WCAG contrast
Aa
#ccf4fe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf4fe on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green95.7%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta3.9%
Yellow0.0%
Key (black)0.4%
Color previews
#ccf4fe text on a black background
contrast 17.94:1
Card sample
#ccf4fe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf4fe;
Background color
Panel with #ccf4fe background
background-color: #ccf4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf4fe; background: linear-gradient(135deg, #ccf4fe, #CCD3FE);