#cfd43f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 212, 63
HSL
62°, 63%, 54%
CMYK
2, 0, 70, 17
Luminance
0.6071
Every format
| HEX | #cfd43f |
| RGB | rgb(207, 212, 63) |
| HSL | hsl(62, 63%, 54%) |
| CMYK | cmyk(2%, 0%, 70%, 17%) |
| LAB | lab(82.2 -19.3 68.9) |
| LCH | lch(82.2 71.6 105.6) |
| OKLCH | oklch(0.840 0.164 111.4) |
Copy-ready code
/* CSS */
color: #cfd43f;
background-color: #cfd43f;
/* Tailwind (arbitrary) */
class="text-[#cfd43f] bg-[#cfd43f]"
/* SCSS */
$brand: #cfd43f;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.247)
/* Android */
Color.parseColor("#cfd43f")Accessibility — WCAG contrast
Aa
#cfd43f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd43f on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue24.7%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow70.3%
Key (black)16.9%
Color previews
#cfd43f text on a black background
contrast 13.14:1
Card sample
#cfd43f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd43f;
Background color
Panel with #cfd43f background
background-color: #cfd43f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd43f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd43f; background: linear-gradient(135deg, #cfd43f, #6CD43F);