#cfedaf
a light, vivid green · cool · closest name: khaki
RGB
207, 237, 175
HSL
89°, 63%, 81%
CMYK
13, 0, 26, 7
Luminance
0.7693
Every format
| HEX | #cfedaf |
| RGB | rgb(207, 237, 175) |
| HSL | hsl(89, 63%, 81%) |
| CMYK | cmyk(13%, 0%, 26%, 7%) |
| LAB | lab(90.3 -20.5 26.9) |
| LCH | lch(90.3 33.8 127.3) |
| OKLCH | oklch(0.909 0.087 129.0) |
Copy-ready code
/* CSS */
color: #cfedaf;
background-color: #cfedaf;
/* Tailwind (arbitrary) */
class="text-[#cfedaf] bg-[#cfedaf]"
/* SCSS */
$brand: #cfedaf;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#cfedaf")Accessibility — WCAG contrast
Aa
#cfedaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedaf on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue68.6%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#cfedaf text on a black background
contrast 16.39:1
Card sample
#cfedaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedaf;
Background color
Panel with #cfedaf background
background-color: #cfedaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedaf; background: linear-gradient(135deg, #cfedaf, #AFEDB8);