#cffac2
a pale, electric green · cool · closest name: beige
RGB
207, 250, 194
HSL
106°, 85%, 87%
CMYK
17, 0, 22, 2
Luminance
0.8553
Every format
| HEX | #cffac2 |
| RGB | rgb(207, 250, 194) |
| HSL | hsl(106, 85%, 87%) |
| CMYK | cmyk(17%, 0%, 22%, 2%) |
| LAB | lab(94.1 -23.8 22.4) |
| LCH | lch(94.1 32.7 136.7) |
| OKLCH | oklch(0.941 0.086 138.5) |
Copy-ready code
/* CSS */
color: #cffac2;
background-color: #cffac2;
/* Tailwind (arbitrary) */
class="text-[#cffac2] bg-[#cffac2]"
/* SCSS */
$brand: #cffac2;
/* SwiftUI */
Color(red: 0.812, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#cffac2")Accessibility — WCAG contrast
Aa
#cffac2 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffac2 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.0%
Blue76.1%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#cffac2 text on a black background
contrast 18.11:1
Card sample
#cffac2 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffac2;
Background color
Panel with #cffac2 background
background-color: #cffac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffac2; background: linear-gradient(135deg, #cffac2, #C2FADA);