#ced521
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 213, 33
HSL
62°, 73%, 48%
CMYK
3, 0, 85, 17
Luminance
0.6082
Every format
| HEX | #ced521 |
| RGB | rgb(206, 213, 33) |
| HSL | hsl(62, 73%, 48%) |
| CMYK | cmyk(3%, 0%, 85%, 17%) |
| LAB | lab(82.3 -21.3 77.5) |
| LCH | lch(82.3 80.4 105.4) |
| OKLCH | oklch(0.840 0.180 112.1) |
Copy-ready code
/* CSS */
color: #ced521;
background-color: #ced521;
/* Tailwind (arbitrary) */
class="text-[#ced521] bg-[#ced521]"
/* SCSS */
$brand: #ced521;
/* SwiftUI */
Color(red: 0.808, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#ced521")Accessibility — WCAG contrast
Aa
#ced521 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced521 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green83.5%
Blue12.9%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#ced521 text on a black background
contrast 13.16:1
Card sample
#ced521 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced521;
Background color
Panel with #ced521 background
background-color: #ced521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced521; background: linear-gradient(135deg, #ced521, #56D521);