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