#cfdc83
a light, vivid yellow · cool · closest name: khaki
RGB
207, 220, 131
HSL
69°, 56%, 69%
CMYK
6, 0, 41, 14
Luminance
0.6609
Every format
| HEX | #cfdc83 |
| RGB | rgb(207, 220, 131) |
| HSL | hsl(69, 56%, 69%) |
| CMYK | cmyk(6%, 0%, 41%, 14%) |
| LAB | lab(85.0 -17.8 42.2) |
| LCH | lch(85.0 45.8 112.9) |
| OKLCH | oklch(0.865 0.114 115.6) |
Copy-ready code
/* CSS */
color: #cfdc83;
background-color: #cfdc83;
/* Tailwind (arbitrary) */
class="text-[#cfdc83] bg-[#cfdc83]"
/* SCSS */
$brand: #cfdc83;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.514)
/* Android */
Color.parseColor("#cfdc83")Accessibility — WCAG contrast
Aa
#cfdc83 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdc83 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue51.4%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow40.5%
Key (black)13.7%
Color previews
#cfdc83 text on a black background
contrast 14.22:1
Card sample
#cfdc83 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdc83;
Background color
Panel with #cfdc83 background
background-color: #cfdc83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdc83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdc83; background: linear-gradient(135deg, #cfdc83, #94DC83);