#ceb72e
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 183, 46
HSL
51°, 64%, 49%
CMYK
0, 11, 78, 19
Luminance
0.4719
Every format
| HEX | #ceb72e |
| RGB | rgb(206, 183, 46) |
| HSL | hsl(51, 64%, 49%) |
| CMYK | cmyk(0%, 11%, 78%, 19%) |
| LAB | lab(74.3 -5.8 67.2) |
| LCH | lch(74.3 67.5 94.9) |
| OKLCH | oklch(0.777 0.148 99.1) |
Copy-ready code
/* CSS */
color: #ceb72e;
background-color: #ceb72e;
/* Tailwind (arbitrary) */
class="text-[#ceb72e] bg-[#ceb72e]"
/* SCSS */
$brand: #ceb72e;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.180)
/* Android */
Color.parseColor("#ceb72e")Accessibility — WCAG contrast
Aa
#ceb72e on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb72e on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow77.7%
Key (black)19.2%
Color previews
#ceb72e text on a black background
contrast 10.44:1
Card sample
#ceb72e text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb72e;
Background color
Panel with #ceb72e background
background-color: #ceb72e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb72e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb72e; background: linear-gradient(135deg, #ceb72e, #7ACE2E);