#ceb44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 180, 79
HSL
48°, 56%, 56%
CMYK
0, 13, 62, 19
Luminance
0.4633
Every format
| HEX | #ceb44f |
| RGB | rgb(206, 180, 79) |
| HSL | hsl(48, 56%, 56%) |
| CMYK | cmyk(0%, 13%, 62%, 19%) |
| LAB | lab(73.8 -2.5 53.7) |
| LCH | lch(73.8 53.7 92.7) |
| OKLCH | oklch(0.773 0.124 94.9) |
Copy-ready code
/* CSS */
color: #ceb44f;
background-color: #ceb44f;
/* Tailwind (arbitrary) */
class="text-[#ceb44f] bg-[#ceb44f]"
/* SCSS */
$brand: #ceb44f;
/* SwiftUI */
Color(red: 0.808, green: 0.706, blue: 0.310)
/* Android */
Color.parseColor("#ceb44f")Accessibility — WCAG contrast
Aa
#ceb44f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb44f on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow61.7%
Key (black)19.2%
Color previews
#ceb44f text on a black background
contrast 10.27:1
Card sample
#ceb44f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb44f;
Background color
Panel with #ceb44f background
background-color: #ceb44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 180, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 180, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb44f; background: linear-gradient(135deg, #ceb44f, #93CE4F);