#cfedb9
a light, vivid green · cool · closest name: beige
RGB
207, 237, 185
HSL
95°, 59%, 83%
CMYK
13, 0, 22, 7
Luminance
0.7734
Every format
| HEX | #cfedb9 |
| RGB | rgb(207, 237, 185) |
| HSL | hsl(95, 59%, 83%) |
| CMYK | cmyk(13%, 0%, 22%, 7%) |
| LAB | lab(90.5 -18.9 22.0) |
| LCH | lch(90.5 29.0 130.7) |
| OKLCH | oklch(0.911 0.076 132.2) |
Copy-ready code
/* CSS */
color: #cfedb9;
background-color: #cfedb9;
/* Tailwind (arbitrary) */
class="text-[#cfedb9] bg-[#cfedb9]"
/* SCSS */
$brand: #cfedb9;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.725)
/* Android */
Color.parseColor("#cfedb9")Accessibility — WCAG contrast
Aa
#cfedb9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedb9 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue72.5%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow21.9%
Key (black)7.1%
Color previews
#cfedb9 text on a black background
contrast 16.47:1
Card sample
#cfedb9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedb9;
Background color
Panel with #cfedb9 background
background-color: #cfedb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedb9; background: linear-gradient(135deg, #cfedb9, #B9EDC6);