#cfd552
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 213, 82
HSL
63°, 61%, 58%
CMYK
3, 0, 62, 17
Luminance
0.6146
Every format
| HEX | #cfd552 |
| RGB | rgb(207, 213, 82) |
| HSL | hsl(63, 61%, 58%) |
| CMYK | cmyk(3%, 0%, 62%, 17%) |
| LAB | lab(82.6 -18.7 62.0) |
| LCH | lch(82.6 64.8 106.8) |
| OKLCH | oklch(0.844 0.152 111.7) |
Copy-ready code
/* CSS */
color: #cfd552;
background-color: #cfd552;
/* Tailwind (arbitrary) */
class="text-[#cfd552] bg-[#cfd552]"
/* SCSS */
$brand: #cfd552;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.322)
/* Android */
Color.parseColor("#cfd552")Accessibility — WCAG contrast
Aa
#cfd552 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd552 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue32.2%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow61.5%
Key (black)16.5%
Color previews
#cfd552 text on a black background
contrast 13.29:1
Card sample
#cfd552 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd552;
Background color
Panel with #cfd552 background
background-color: #cfd552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd552; background: linear-gradient(135deg, #cfd552, #78D552);