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