#cfdf52
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 223, 82
HSL
67°, 69%, 60%
CMYK
7, 0, 63, 13
Luminance
0.6665
Every format
| HEX | #cfdf52 |
| RGB | rgb(207, 223, 82) |
| HSL | hsl(67, 69%, 60%) |
| CMYK | cmyk(7%, 0%, 63%, 13%) |
| LAB | lab(85.3 -23.6 64.9) |
| LCH | lch(85.3 69.0 109.9) |
| OKLCH | oklch(0.865 0.163 115.4) |
Copy-ready code
/* CSS */
color: #cfdf52;
background-color: #cfdf52;
/* Tailwind (arbitrary) */
class="text-[#cfdf52] bg-[#cfdf52]"
/* SCSS */
$brand: #cfdf52;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.322)
/* Android */
Color.parseColor("#cfdf52")Accessibility — WCAG contrast
Aa
#cfdf52 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf52 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue32.2%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow63.2%
Key (black)12.5%
Color previews
#cfdf52 text on a black background
contrast 14.33:1
Card sample
#cfdf52 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf52;
Background color
Panel with #cfdf52 background
background-color: #cfdf52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf52; background: linear-gradient(135deg, #cfdf52, #71DF52);