#ceb321
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 179, 33
HSL
51°, 72%, 47%
CMYK
0, 13, 84, 19
Luminance
0.4547
Every format
| HEX | #ceb321 |
| RGB | rgb(206, 179, 33) |
| HSL | hsl(51, 72%, 47%) |
| CMYK | cmyk(0%, 13%, 84%, 19%) |
| LAB | lab(73.2 -4.1 70.0) |
| LCH | lch(73.2 70.1 93.4) |
| OKLCH | oklch(0.768 0.151 97.5) |
Copy-ready code
/* CSS */
color: #ceb321;
background-color: #ceb321;
/* Tailwind (arbitrary) */
class="text-[#ceb321] bg-[#ceb321]"
/* SCSS */
$brand: #ceb321;
/* SwiftUI */
Color(red: 0.808, green: 0.702, blue: 0.129)
/* Android */
Color.parseColor("#ceb321")Accessibility — WCAG contrast
Aa
#ceb321 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb321 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow84.0%
Key (black)19.2%
Color previews
#ceb321 text on a black background
contrast 10.09:1
Card sample
#ceb321 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb321;
Background color
Panel with #ceb321 background
background-color: #ceb321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 179, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 179, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb321; background: linear-gradient(135deg, #ceb321, #76CE21);