#cdcf1f
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 207, 31
HSL
61°, 74%, 47%
CMYK
1, 0, 85, 19
Luminance
0.5770
Every format
| HEX | #cdcf1f |
| RGB | rgb(205, 207, 31) |
| HSL | hsl(61, 74%, 47%) |
| CMYK | cmyk(1%, 0%, 85%, 19%) |
| LAB | lab(80.6 -18.8 76.5) |
| LCH | lch(80.6 78.8 103.8) |
| OKLCH | oklch(0.826 0.175 110.4) |
Copy-ready code
/* CSS */
color: #cdcf1f;
background-color: #cdcf1f;
/* Tailwind (arbitrary) */
class="text-[#cdcf1f] bg-[#cdcf1f]"
/* SCSS */
$brand: #cdcf1f;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.122)
/* Android */
Color.parseColor("#cdcf1f")Accessibility — WCAG contrast
Aa
#cdcf1f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcf1f on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue12.2%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow85.0%
Key (black)18.8%
Color previews
#cdcf1f text on a black background
contrast 12.54:1
Card sample
#cdcf1f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcf1f;
Background color
Panel with #cdcf1f background
background-color: #cdcf1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcf1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcf1f; background: linear-gradient(135deg, #cdcf1f, #58CF1F);