#cfd13f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 209, 63
HSL
61°, 61%, 53%
CMYK
1, 0, 70, 18
Luminance
0.5923
Every format
| HEX | #cfd13f |
| RGB | rgb(207, 209, 63) |
| HSL | hsl(61, 61%, 53%) |
| CMYK | cmyk(1%, 0%, 70%, 18%) |
| LAB | lab(81.4 -17.8 68.2) |
| LCH | lch(81.4 70.5 104.6) |
| OKLCH | oklch(0.834 0.161 110.2) |
Copy-ready code
/* CSS */
color: #cfd13f;
background-color: #cfd13f;
/* Tailwind (arbitrary) */
class="text-[#cfd13f] bg-[#cfd13f]"
/* SCSS */
$brand: #cfd13f;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.247)
/* Android */
Color.parseColor("#cfd13f")Accessibility — WCAG contrast
Aa
#cfd13f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd13f on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue24.7%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow69.9%
Key (black)18.0%
Color previews
#cfd13f text on a black background
contrast 12.85:1
Card sample
#cfd13f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd13f;
Background color
Panel with #cfd13f background
background-color: #cfd13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd13f; background: linear-gradient(135deg, #cfd13f, #6ED13F);