#ceb76e
a balanced, vivid yellow · cool · closest name: tan
RGB
206, 183, 110
HSL
46°, 50%, 62%
CMYK
0, 11, 47, 19
Luminance
0.4811
Every format
| HEX | #ceb76e |
| RGB | rgb(206, 183, 110) |
| HSL | hsl(46, 50%, 62%) |
| CMYK | cmyk(0%, 11%, 47%, 19%) |
| LAB | lab(74.9 -1.5 40.0) |
| LCH | lch(74.9 40.0 92.2) |
| OKLCH | oklch(0.783 0.097 92.5) |
Copy-ready code
/* CSS */
color: #ceb76e;
background-color: #ceb76e;
/* Tailwind (arbitrary) */
class="text-[#ceb76e] bg-[#ceb76e]"
/* SCSS */
$brand: #ceb76e;
/* SwiftUI */
Color(red: 0.808, green: 0.718, blue: 0.431)
/* Android */
Color.parseColor("#ceb76e")Accessibility — WCAG contrast
Aa
#ceb76e on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb76e on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.8%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow46.6%
Key (black)19.2%
Color previews
#ceb76e text on a black background
contrast 10.62:1
Card sample
#ceb76e text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb76e;
Background color
Panel with #ceb76e background
background-color: #ceb76e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb76e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 183, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 183, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb76e; background: linear-gradient(135deg, #ceb76e, #A5CE6E);