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