#cfdf83
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 131
HSL
70°, 59%, 69%
CMYK
7, 0, 41, 13
Luminance
0.6768
Every format
| HEX | #cfdf83 |
| RGB | rgb(207, 223, 131) |
| HSL | hsl(70, 59%, 69%) |
| CMYK | cmyk(7%, 0%, 41%, 13%) |
| LAB | lab(85.8 -19.3 43.2) |
| LCH | lch(85.8 47.3 114.1) |
| OKLCH | oklch(0.871 0.118 117.0) |
Copy-ready code
/* CSS */
color: #cfdf83;
background-color: #cfdf83;
/* Tailwind (arbitrary) */
class="text-[#cfdf83] bg-[#cfdf83]"
/* SCSS */
$brand: #cfdf83;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.514)
/* Android */
Color.parseColor("#cfdf83")Accessibility — WCAG contrast
Aa
#cfdf83 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf83 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue51.4%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow41.3%
Key (black)12.5%
Color previews
#cfdf83 text on a black background
contrast 14.54:1
Card sample
#cfdf83 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf83;
Background color
Panel with #cfdf83 background
background-color: #cfdf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf83; background: linear-gradient(135deg, #cfdf83, #92DF83);