#cfd06f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 208, 111
HSL
61°, 51%, 63%
CMYK
1, 0, 47, 18
Luminance
0.5952
Every format
| HEX | #cfd06f |
| RGB | rgb(207, 208, 111) |
| HSL | hsl(61, 51%, 63%) |
| CMYK | cmyk(1%, 0%, 47%, 18%) |
| LAB | lab(81.6 -13.9 47.7) |
| LCH | lch(81.6 49.7 106.2) |
| OKLCH | oklch(0.836 0.120 109.3) |
Copy-ready code
/* CSS */
color: #cfd06f;
background-color: #cfd06f;
/* Tailwind (arbitrary) */
class="text-[#cfd06f] bg-[#cfd06f]"
/* SCSS */
$brand: #cfd06f;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.435)
/* Android */
Color.parseColor("#cfd06f")Accessibility — WCAG contrast
Aa
#cfd06f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd06f on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue43.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow46.6%
Key (black)18.4%
Color previews
#cfd06f text on a black background
contrast 12.90:1
Card sample
#cfd06f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd06f;
Background color
Panel with #cfd06f background
background-color: #cfd06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd06f; background: linear-gradient(135deg, #cfd06f, #8ED06F);