#ffcd1b
a balanced, electric yellow · cool · closest name: gold
RGB
255, 205, 27
HSL
47°, 100%, 55%
CMYK
0, 20, 89, 0
Luminance
0.6500
Every format
| HEX | #ffcd1b |
| RGB | rgb(255, 205, 27) |
| HSL | hsl(47, 100%, 55%) |
| CMYK | cmyk(0%, 20%, 89%, 0%) |
| LAB | lab(84.5 3.5 82.3) |
| LCH | lch(84.5 82.3 87.6) |
| OKLCH | oklch(0.868 0.173 90.3) |
Copy-ready code
/* CSS */
color: #ffcd1b;
background-color: #ffcd1b;
/* Tailwind (arbitrary) */
class="text-[#ffcd1b] bg-[#ffcd1b]"
/* SCSS */
$brand: #ffcd1b;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.106)
/* Android */
Color.parseColor("#ffcd1b")Accessibility — WCAG contrast
Aa
#ffcd1b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcd1b on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow89.4%
Key (black)0.0%
Color previews
#ffcd1b text on a black background
contrast 14.00:1
Card sample
#ffcd1b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcd1b;
Background color
Panel with #ffcd1b background
background-color: #ffcd1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcd1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcd1b; background: linear-gradient(135deg, #ffcd1b, #99FF1B);