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