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