#cebd21
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 189, 33
HSL
54°, 72%, 47%
CMYK
0, 8, 84, 19
Luminance
0.4963
Every format
| HEX | #cebd21 |
| RGB | rgb(206, 189, 33) |
| HSL | hsl(54, 72%, 47%) |
| CMYK | cmyk(0%, 8%, 84%, 19%) |
| LAB | lab(75.8 -9.3 72.2) |
| LCH | lch(75.8 72.8 97.3) |
| OKLCH | oklch(0.789 0.158 102.5) |
Copy-ready code
/* CSS */
color: #cebd21;
background-color: #cebd21;
/* Tailwind (arbitrary) */
class="text-[#cebd21] bg-[#cebd21]"
/* SCSS */
$brand: #cebd21;
/* SwiftUI */
Color(red: 0.808, green: 0.741, blue: 0.129)
/* Android */
Color.parseColor("#cebd21")Accessibility — WCAG contrast
Aa
#cebd21 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebd21 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow84.0%
Key (black)19.2%
Color previews
#cebd21 text on a black background
contrast 10.93:1
Card sample
#cebd21 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebd21;
Background color
Panel with #cebd21 background
background-color: #cebd21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebd21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 189, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 189, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebd21; background: linear-gradient(135deg, #cebd21, #6CCE21);