#cfd792
a light, vivid yellow · cool · closest name: khaki
RGB
207, 215, 146
HSL
67°, 46%, 71%
CMYK
4, 0, 32, 16
Luminance
0.6394
Every format
| HEX | #cfd792 |
| RGB | rgb(207, 215, 146) |
| HSL | hsl(67, 46%, 71%) |
| CMYK | cmyk(4%, 0%, 32%, 16%) |
| LAB | lab(83.9 -13.5 33.2) |
| LCH | lch(83.9 35.9 112.2) |
| OKLCH | oklch(0.857 0.090 113.7) |
Copy-ready code
/* CSS */
color: #cfd792;
background-color: #cfd792;
/* Tailwind (arbitrary) */
class="text-[#cfd792] bg-[#cfd792]"
/* SCSS */
$brand: #cfd792;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.573)
/* Android */
Color.parseColor("#cfd792")Accessibility — WCAG contrast
Aa
#cfd792 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd792 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue57.3%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow32.1%
Key (black)15.7%
Color previews
#cfd792 text on a black background
contrast 13.79:1
Card sample
#cfd792 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd792;
Background color
Panel with #cfd792 background
background-color: #cfd792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd792; background: linear-gradient(135deg, #cfd792, #A1D792);