#ceba65
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 186, 101
HSL
49°, 52%, 60%
CMYK
0, 10, 51, 19
Luminance
0.4918
Every format
| HEX | #ceba65 |
| RGB | rgb(206, 186, 101) |
| HSL | hsl(49, 52%, 60%) |
| CMYK | cmyk(0%, 10%, 51%, 19%) |
| LAB | lab(75.6 -3.9 45.3) |
| LCH | lch(75.6 45.5 95.0) |
| OKLCH | oklch(0.788 0.108 96.4) |
Copy-ready code
/* CSS */
color: #ceba65;
background-color: #ceba65;
/* Tailwind (arbitrary) */
class="text-[#ceba65] bg-[#ceba65]"
/* SCSS */
$brand: #ceba65;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.396)
/* Android */
Color.parseColor("#ceba65")Accessibility — WCAG contrast
Aa
#ceba65 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceba65 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow51.0%
Key (black)19.2%
Color previews
#ceba65 text on a black background
contrast 10.84:1
Card sample
#ceba65 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceba65;
Background color
Panel with #ceba65 background
background-color: #ceba65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceba65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceba65; background: linear-gradient(135deg, #ceba65, #9CCE65);