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