#cffcec
a pale, electric green · cool · closest name: ivory
RGB
207, 252, 236
HSL
159°, 88%, 90%
CMYK
18, 0, 6, 1
Luminance
0.8894
Every format
| HEX | #cffcec |
| RGB | rgb(207, 252, 236) |
| HSL | hsl(159, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 6%, 1%) |
| LAB | lab(95.6 -17.4 2.9) |
| LCH | lch(95.6 17.6 170.5) |
| OKLCH | oklch(0.955 0.051 171.6) |
Copy-ready code
/* CSS */
color: #cffcec;
background-color: #cffcec;
/* Tailwind (arbitrary) */
class="text-[#cffcec] bg-[#cffcec]"
/* SCSS */
$brand: #cffcec;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#cffcec")Accessibility — WCAG contrast
Aa
#cffcec on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcec on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue92.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#cffcec text on a black background
contrast 18.79:1
Card sample
#cffcec text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcec;
Background color
Panel with #cffcec background
background-color: #cffcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcec; background: linear-gradient(135deg, #cffcec, #CFEEFC);