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