#cfda34
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 218, 52
HSL
64°, 69%, 53%
CMYK
5, 0, 76, 15
Luminance
0.6366
Every format
| HEX | #cfda34 |
| RGB | rgb(207, 218, 52) |
| HSL | hsl(64, 69%, 53%) |
| CMYK | cmyk(5%, 0%, 76%, 15%) |
| LAB | lab(83.8 -22.7 74.0) |
| LCH | lch(83.8 77.4 107.0) |
| OKLCH | oklch(0.853 0.176 113.5) |
Copy-ready code
/* CSS */
color: #cfda34;
background-color: #cfda34;
/* Tailwind (arbitrary) */
class="text-[#cfda34] bg-[#cfda34]"
/* SCSS */
$brand: #cfda34;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.204)
/* Android */
Color.parseColor("#cfda34")Accessibility — WCAG contrast
Aa
#cfda34 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda34 on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue20.4%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow76.1%
Key (black)14.5%
Color previews
#cfda34 text on a black background
contrast 13.73:1
Card sample
#cfda34 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda34;
Background color
Panel with #cfda34 background
background-color: #cfda34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda34; background: linear-gradient(135deg, #cfda34, #60DA34);