#ceba6d
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 186, 109
HSL
48°, 50%, 62%
CMYK
0, 10, 47, 19
Luminance
0.4934
Every format
| HEX | #ceba6d |
| RGB | rgb(206, 186, 109) |
| HSL | hsl(48, 50%, 62%) |
| CMYK | cmyk(0%, 10%, 47%, 19%) |
| LAB | lab(75.7 -3.2 41.4) |
| LCH | lch(75.7 41.6 94.4) |
| OKLCH | oklch(0.789 0.100 95.2) |
Copy-ready code
/* CSS */
color: #ceba6d;
background-color: #ceba6d;
/* Tailwind (arbitrary) */
class="text-[#ceba6d] bg-[#ceba6d]"
/* SCSS */
$brand: #ceba6d;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.427)
/* Android */
Color.parseColor("#ceba6d")Accessibility — WCAG contrast
Aa
#ceba6d on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceba6d on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow47.1%
Key (black)19.2%
Color previews
#ceba6d text on a black background
contrast 10.87:1
Card sample
#ceba6d text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceba6d;
Background color
Panel with #ceba6d background
background-color: #ceba6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceba6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceba6d; background: linear-gradient(135deg, #ceba6d, #A1CE6D);