#cffec2
a pale, electric green · cool · closest name: aquamarine
RGB
207, 254, 194
HSL
107°, 97%, 88%
CMYK
19, 0, 24, 0
Luminance
0.8804
Every format
| HEX | #cffec2 |
| RGB | rgb(207, 254, 194) |
| HSL | hsl(107, 97%, 88%) |
| CMYK | cmyk(19%, 0%, 24%, 0%) |
| LAB | lab(95.2 -25.7 23.9) |
| LCH | lch(95.2 35.1 137.1) |
| OKLCH | oklch(0.949 0.093 138.9) |
Copy-ready code
/* CSS */
color: #cffec2;
background-color: #cffec2;
/* Tailwind (arbitrary) */
class="text-[#cffec2] bg-[#cffec2]"
/* SCSS */
$brand: #cffec2;
/* SwiftUI */
Color(red: 0.812, green: 0.996, blue: 0.761)
/* Android */
Color.parseColor("#cffec2")Accessibility — WCAG contrast
Aa
#cffec2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffec2 on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.6%
Blue76.1%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow23.6%
Key (black)0.4%
Color previews
#cffec2 text on a black background
contrast 18.61:1
Card sample
#cffec2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffec2;
Background color
Panel with #cffec2 background
background-color: #cffec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 254, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 254, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffec2; background: linear-gradient(135deg, #cffec2, #C2FEDD);