#cfc783
a light, soft yellow · cool · closest name: khaki
RGB
207, 199, 131
HSL
54°, 44%, 66%
CMYK
0, 4, 37, 19
Luminance
0.5575
Every format
| HEX | #cfc783 |
| RGB | rgb(207, 199, 131) |
| HSL | hsl(54, 44%, 66%) |
| CMYK | cmyk(0%, 4%, 37%, 19%) |
| LAB | lab(79.5 -7.2 35.1) |
| LCH | lch(79.5 35.8 101.6) |
| OKLCH | oklch(0.821 0.088 102.4) |
Copy-ready code
/* CSS */
color: #cfc783;
background-color: #cfc783;
/* Tailwind (arbitrary) */
class="text-[#cfc783] bg-[#cfc783]"
/* SCSS */
$brand: #cfc783;
/* SwiftUI */
Color(red: 0.812, green: 0.780, blue: 0.514)
/* Android */
Color.parseColor("#cfc783")Accessibility — WCAG contrast
Aa
#cfc783 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc783 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.0%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow36.7%
Key (black)18.8%
Color previews
#cfc783 text on a black background
contrast 12.15:1
Card sample
#cfc783 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc783;
Background color
Panel with #cfc783 background
background-color: #cfc783;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc783;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 199, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 199, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc783; background: linear-gradient(135deg, #cfc783, #A4CF83);