#cdcf10
a dark, electric yellow · cool · closest name: gold
RGB
205, 207, 16
HSL
61°, 86%, 44%
CMYK
1, 0, 92, 19
Luminance
0.5764
Every format
| HEX | #cdcf10 |
| RGB | rgb(205, 207, 16) |
| HSL | hsl(61, 86%, 44%) |
| CMYK | cmyk(1%, 0%, 92%, 19%) |
| LAB | lab(80.5 -19.1 79.0) |
| LCH | lch(80.5 81.3 103.6) |
| OKLCH | oklch(0.826 0.178 110.5) |
Copy-ready code
/* CSS */
color: #cdcf10;
background-color: #cdcf10;
/* Tailwind (arbitrary) */
class="text-[#cdcf10] bg-[#cdcf10]"
/* SCSS */
$brand: #cdcf10;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.063)
/* Android */
Color.parseColor("#cdcf10")Accessibility — WCAG contrast
Aa
#cdcf10 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcf10 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue6.3%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow92.3%
Key (black)18.8%
Color previews
#cdcf10 text on a black background
contrast 12.53:1
Card sample
#cdcf10 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcf10;
Background color
Panel with #cdcf10 background
background-color: #cdcf10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcf10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcf10; background: linear-gradient(135deg, #cdcf10, #4ECF10);