#ced821
a balanced, vivid yellow · cool · closest name: yellow
RGB
206, 216, 33
HSL
63°, 74%, 49%
CMYK
5, 0, 85, 15
Luminance
0.6234
Every format
| HEX | #ced821 |
| RGB | rgb(206, 216, 33) |
| HSL | hsl(63, 74%, 49%) |
| CMYK | cmyk(5%, 0%, 85%, 15%) |
| LAB | lab(83.1 -22.7 78.2) |
| LCH | lch(83.1 81.5 106.2) |
| OKLCH | oklch(0.847 0.182 113.1) |
Copy-ready code
/* CSS */
color: #ced821;
background-color: #ced821;
/* Tailwind (arbitrary) */
class="text-[#ced821] bg-[#ced821]"
/* SCSS */
$brand: #ced821;
/* SwiftUI */
Color(red: 0.808, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#ced821")Accessibility — WCAG contrast
Aa
#ced821 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced821 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green84.7%
Blue12.9%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#ced821 text on a black background
contrast 13.47:1
Card sample
#ced821 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced821;
Background color
Panel with #ced821 background
background-color: #ced821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced821; background: linear-gradient(135deg, #ced821, #54D821);