#cffee2
a pale, electric green · cool · closest name: beige
RGB
207, 254, 226
HSL
144°, 96%, 90%
CMYK
19, 0, 11, 0
Luminance
0.8964
Every format
| HEX | #cffee2 |
| RGB | rgb(207, 254, 226) |
| HSL | hsl(144, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 11%, 0%) |
| LAB | lab(95.8 -20.3 8.5) |
| LCH | lch(95.8 22.0 157.3) |
| OKLCH | oklch(0.957 0.061 158.9) |
Copy-ready code
/* CSS */
color: #cffee2;
background-color: #cffee2;
/* Tailwind (arbitrary) */
class="text-[#cffee2] bg-[#cffee2]"
/* SCSS */
$brand: #cffee2;
/* SwiftUI */
Color(red: 0.812, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#cffee2")Accessibility — WCAG contrast
Aa
#cffee2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffee2 on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.6%
Blue88.6%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#cffee2 text on a black background
contrast 18.93:1
Card sample
#cffee2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffee2;
Background color
Panel with #cffee2 background
background-color: #cffee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffee2; background: linear-gradient(135deg, #cffee2, #CFFBFE);