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