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