#cfedb2
a light, vivid green · cool · closest name: beige
RGB
207, 237, 178
HSL
91°, 62%, 81%
CMYK
13, 0, 25, 7
Luminance
0.7705
Every format
| HEX | #cfedb2 |
| RGB | rgb(207, 237, 178) |
| HSL | hsl(91, 62%, 81%) |
| CMYK | cmyk(13%, 0%, 25%, 7%) |
| LAB | lab(90.3 -20.0 25.4) |
| LCH | lch(90.3 32.4 128.2) |
| OKLCH | oklch(0.910 0.084 129.9) |
Copy-ready code
/* CSS */
color: #cfedb2;
background-color: #cfedb2;
/* Tailwind (arbitrary) */
class="text-[#cfedb2] bg-[#cfedb2]"
/* SCSS */
$brand: #cfedb2;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.698)
/* Android */
Color.parseColor("#cfedb2")Accessibility — WCAG contrast
Aa
#cfedb2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedb2 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue69.8%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow24.9%
Key (black)7.1%
Color previews
#cfedb2 text on a black background
contrast 16.41:1
Card sample
#cfedb2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedb2;
Background color
Panel with #cfedb2 background
background-color: #cfedb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedb2; background: linear-gradient(135deg, #cfedb2, #B2EDBC);