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