#ced331
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 211, 49
HSL
62°, 65%, 51%
CMYK
2, 0, 77, 17
Luminance
0.5993
Every format
| HEX | #ced331 |
| RGB | rgb(206, 211, 49) |
| HSL | hsl(62, 65%, 51%) |
| CMYK | cmyk(2%, 0%, 77%, 17%) |
| LAB | lab(81.8 -19.8 73.1) |
| LCH | lch(81.8 75.7 105.2) |
| OKLCH | oklch(0.836 0.171 111.4) |
Copy-ready code
/* CSS */
color: #ced331;
background-color: #ced331;
/* Tailwind (arbitrary) */
class="text-[#ced331] bg-[#ced331]"
/* SCSS */
$brand: #ced331;
/* SwiftUI */
Color(red: 0.808, green: 0.827, blue: 0.192)
/* Android */
Color.parseColor("#ced331")Accessibility — WCAG contrast
Aa
#ced331 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced331 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green82.7%
Blue19.2%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow76.8%
Key (black)17.3%
Color previews
#ced331 text on a black background
contrast 12.99:1
Card sample
#ced331 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced331;
Background color
Panel with #ced331 background
background-color: #ced331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 211, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 211, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced331; background: linear-gradient(135deg, #ced331, #62D331);