#cffcc2
a pale, electric green · cool · closest name: beige
RGB
207, 252, 194
HSL
107°, 91%, 88%
CMYK
18, 0, 23, 1
Luminance
0.8678
Every format
| HEX | #cffcc2 |
| RGB | rgb(207, 252, 194) |
| HSL | hsl(107, 91%, 88%) |
| CMYK | cmyk(18%, 0%, 23%, 1%) |
| LAB | lab(94.6 -24.8 23.2) |
| LCH | lch(94.6 33.9 136.9) |
| OKLCH | oklch(0.945 0.090 138.7) |
Copy-ready code
/* CSS */
color: #cffcc2;
background-color: #cffcc2;
/* Tailwind (arbitrary) */
class="text-[#cffcc2] bg-[#cffcc2]"
/* SCSS */
$brand: #cffcc2;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#cffcc2")Accessibility — WCAG contrast
Aa
#cffcc2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcc2 on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue76.1%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#cffcc2 text on a black background
contrast 18.36:1
Card sample
#cffcc2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcc2;
Background color
Panel with #cffcc2 background
background-color: #cffcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcc2; background: linear-gradient(135deg, #cffcc2, #C2FCDC);