#cffdfe
a pale, electric cyan · cool · closest name: white
RGB
207, 253, 254
HSL
181°, 96%, 90%
CMYK
19, 0, 0, 0
Luminance
0.9067
Every format
| HEX | #cffdfe |
| RGB | rgb(207, 253, 254) |
| HSL | hsl(181, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 0%, 0%) |
| LAB | lab(96.3 -14.3 -5.3) |
| LCH | lch(96.3 15.3 200.4) |
| OKLCH | oklch(0.963 0.047 198.0) |
Copy-ready code
/* CSS */
color: #cffdfe;
background-color: #cffdfe;
/* Tailwind (arbitrary) */
class="text-[#cffdfe] bg-[#cffdfe]"
/* SCSS */
$brand: #cffdfe;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#cffdfe")Accessibility — WCAG contrast
Aa
#cffdfe on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffdfe on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cffdfe text on a black background
contrast 19.13:1
Card sample
#cffdfe text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffdfe;
Background color
Panel with #cffdfe background
background-color: #cffdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffdfe; background: linear-gradient(135deg, #cffdfe, #CFDEFE);