#cffdfc
a pale, electric cyan · cool · closest name: white
RGB
207, 253, 252
HSL
179°, 92%, 90%
CMYK
18, 0, 0, 1
Luminance
0.9054
Every format
| HEX | #cffdfc |
| RGB | rgb(207, 253, 252) |
| HSL | hsl(179, 92%, 90%) |
| CMYK | cmyk(18%, 0%, 0%, 1%) |
| LAB | lab(96.2 -14.8 -4.4) |
| LCH | lch(96.2 15.4 196.5) |
| OKLCH | oklch(0.962 0.047 194.8) |
Copy-ready code
/* CSS */
color: #cffdfc;
background-color: #cffdfc;
/* Tailwind (arbitrary) */
class="text-[#cffdfc] bg-[#cffdfc]"
/* SCSS */
$brand: #cffdfc;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#cffdfc")Accessibility — WCAG contrast
Aa
#cffdfc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffdfc on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue98.8%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#cffdfc text on a black background
contrast 19.11:1
Card sample
#cffdfc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffdfc;
Background color
Panel with #cffdfc background
background-color: #cffdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffdfc; background: linear-gradient(135deg, #cffdfc, #CFDFFD);