#cffcf1
a pale, electric cyan · cool · closest name: ivory
RGB
207, 252, 241
HSL
165°, 88%, 90%
CMYK
18, 0, 4, 1
Luminance
0.8924
Every format
| HEX | #cffcf1 |
| RGB | rgb(207, 252, 241) |
| HSL | hsl(165, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 4%, 1%) |
| LAB | lab(95.7 -16.4 0.5) |
| LCH | lch(95.7 16.5 178.3) |
| OKLCH | oklch(0.957 0.048 178.7) |
Copy-ready code
/* CSS */
color: #cffcf1;
background-color: #cffcf1;
/* Tailwind (arbitrary) */
class="text-[#cffcf1] bg-[#cffcf1]"
/* SCSS */
$brand: #cffcf1;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.945)
/* Android */
Color.parseColor("#cffcf1")Accessibility — WCAG contrast
Aa
#cffcf1 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcf1 on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue94.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow4.4%
Key (black)1.2%
Color previews
#cffcf1 text on a black background
contrast 18.85:1
Card sample
#cffcf1 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcf1;
Background color
Panel with #cffcf1 background
background-color: #cffcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcf1; background: linear-gradient(135deg, #cffcf1, #CFE9FC);