#cfd883
a light, vivid yellow · cool · closest name: khaki
RGB
207, 216, 131
HSL
66°, 52%, 68%
CMYK
4, 0, 39, 15
Luminance
0.6402
Every format
| HEX | #cfd883 |
| RGB | rgb(207, 216, 131) |
| HSL | hsl(66, 52%, 68%) |
| CMYK | cmyk(4%, 0%, 39%, 15%) |
| LAB | lab(84.0 -15.8 40.9) |
| LCH | lch(84.0 43.8 111.2) |
| OKLCH | oklch(0.856 0.109 113.6) |
Copy-ready code
/* CSS */
color: #cfd883;
background-color: #cfd883;
/* Tailwind (arbitrary) */
class="text-[#cfd883] bg-[#cfd883]"
/* SCSS */
$brand: #cfd883;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.514)
/* Android */
Color.parseColor("#cfd883")Accessibility — WCAG contrast
Aa
#cfd883 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd883 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue51.4%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow39.4%
Key (black)15.3%
Color previews
#cfd883 text on a black background
contrast 13.80:1
Card sample
#cfd883 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd883;
Background color
Panel with #cfd883 background
background-color: #cfd883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd883; background: linear-gradient(135deg, #cfd883, #96D883);