#ccfff3
a pale, electric cyan · cool · closest name: ivory
RGB
204, 255, 243
HSL
166°, 100%, 90%
CMYK
20, 0, 5, 0
Luminance
0.9083
Every format
| HEX | #ccfff3 |
| RGB | rgb(204, 255, 243) |
| HSL | hsl(166, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 5%, 0%) |
| LAB | lab(96.3 -18.4 0.4) |
| LCH | lch(96.3 18.4 178.7) |
| OKLCH | oklch(0.962 0.054 179.1) |
Copy-ready code
/* CSS */
color: #ccfff3;
background-color: #ccfff3;
/* Tailwind (arbitrary) */
class="text-[#ccfff3] bg-[#ccfff3]"
/* SCSS */
$brand: #ccfff3;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#ccfff3")Accessibility — WCAG contrast
Aa
#ccfff3 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfff3 on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue95.3%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#ccfff3 text on a black background
contrast 19.17:1
Card sample
#ccfff3 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfff3;
Background color
Panel with #ccfff3 background
background-color: #ccfff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfff3; background: linear-gradient(135deg, #ccfff3, #CCE9FF);