#cfd652
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 214, 82
HSL
63°, 62%, 58%
CMYK
3, 0, 62, 16
Luminance
0.6197
Every format
| HEX | #cfd652 |
| RGB | rgb(207, 214, 82) |
| HSL | hsl(63, 62%, 58%) |
| CMYK | cmyk(3%, 0%, 62%, 16%) |
| LAB | lab(82.9 -19.2 62.3) |
| LCH | lch(82.9 65.2 107.1) |
| OKLCH | oklch(0.846 0.153 112.1) |
Copy-ready code
/* CSS */
color: #cfd652;
background-color: #cfd652;
/* Tailwind (arbitrary) */
class="text-[#cfd652] bg-[#cfd652]"
/* SCSS */
$brand: #cfd652;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#cfd652")Accessibility — WCAG contrast
Aa
#cfd652 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd652 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue32.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow61.7%
Key (black)16.1%
Color previews
#cfd652 text on a black background
contrast 13.39:1
Card sample
#cfd652 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd652;
Background color
Panel with #cfd652 background
background-color: #cfd652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd652; background: linear-gradient(135deg, #cfd652, #77D652);