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