#ceb02c
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 176, 44
HSL
49°, 65%, 49%
CMYK
0, 15, 79, 19
Luminance
0.4435
Every format
| HEX | #ceb02c |
| RGB | rgb(206, 176, 44) |
| HSL | hsl(49, 65%, 49%) |
| CMYK | cmyk(0%, 15%, 79%, 19%) |
| LAB | lab(72.5 -2.2 66.2) |
| LCH | lch(72.5 66.2 91.9) |
| OKLCH | oklch(0.762 0.144 95.4) |
Copy-ready code
/* CSS */
color: #ceb02c;
background-color: #ceb02c;
/* Tailwind (arbitrary) */
class="text-[#ceb02c] bg-[#ceb02c]"
/* SCSS */
$brand: #ceb02c;
/* SwiftUI */
Color(red: 0.808, green: 0.690, blue: 0.173)
/* Android */
Color.parseColor("#ceb02c")Accessibility — WCAG contrast
Aa
#ceb02c on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb02c on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow78.6%
Key (black)19.2%
Color previews
#ceb02c text on a black background
contrast 9.87:1
Card sample
#ceb02c text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb02c;
Background color
Panel with #ceb02c background
background-color: #ceb02c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb02c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 176, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 176, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb02c; background: linear-gradient(135deg, #ceb02c, #80CE2C);