#ceb539
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 181, 57
HSL
50°, 60%, 52%
CMYK
0, 12, 72, 19
Luminance
0.4646
Every format
| HEX | #ceb539 |
| RGB | rgb(206, 181, 57) |
| HSL | hsl(50, 60%, 52%) |
| CMYK | cmyk(0%, 12%, 72%, 19%) |
| LAB | lab(73.8 -4.3 62.9) |
| LCH | lch(73.8 63.1 93.9) |
| OKLCH | oklch(0.773 0.141 97.4) |
Copy-ready code
/* CSS */
color: #ceb539;
background-color: #ceb539;
/* Tailwind (arbitrary) */
class="text-[#ceb539] bg-[#ceb539]"
/* SCSS */
$brand: #ceb539;
/* SwiftUI */
Color(red: 0.808, green: 0.710, blue: 0.224)
/* Android */
Color.parseColor("#ceb539")Accessibility — WCAG contrast
Aa
#ceb539 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb539 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow72.3%
Key (black)19.2%
Color previews
#ceb539 text on a black background
contrast 10.29:1
Card sample
#ceb539 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb539;
Background color
Panel with #ceb539 background
background-color: #ceb539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 181, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 181, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb539; background: linear-gradient(135deg, #ceb539, #84CE39);