#ceb039
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 176, 57
HSL
48°, 60%, 52%
CMYK
0, 15, 72, 19
Luminance
0.4447
Every format
| HEX | #ceb039 |
| RGB | rgb(206, 176, 57) |
| HSL | hsl(48, 60%, 52%) |
| CMYK | cmyk(0%, 15%, 72%, 19%) |
| LAB | lab(72.5 -1.7 61.7) |
| LCH | lch(72.5 61.7 91.5) |
| OKLCH | oklch(0.763 0.137 94.5) |
Copy-ready code
/* CSS */
color: #ceb039;
background-color: #ceb039;
/* Tailwind (arbitrary) */
class="text-[#ceb039] bg-[#ceb039]"
/* SCSS */
$brand: #ceb039;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 0.224)
/* Android */
Color.parseColor("#ceb039")Accessibility — WCAG contrast
Aa
#ceb039 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb039 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow72.3%
Key (black)19.2%
Color previews
#ceb039 text on a black background
contrast 9.89:1
Card sample
#ceb039 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb039;
Background color
Panel with #ceb039 background
background-color: #ceb039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb039; background: linear-gradient(135deg, #ceb039, #89CE39);