#ceba8d
a light, soft yellow · warm · closest name: tan
RGB
206, 186, 141
HSL
42°, 40%, 68%
CMYK
0, 10, 32, 19
Luminance
0.5016
Every format
| HEX | #ceba8d |
| RGB | rgb(206, 186, 141) |
| HSL | hsl(42, 40%, 68%) |
| CMYK | cmyk(0%, 10%, 32%, 19%) |
| LAB | lab(76.2 0.4 25.4) |
| LCH | lch(76.2 25.4 89.1) |
| OKLCH | oklch(0.795 0.064 86.8) |
Copy-ready code
/* CSS */
color: #ceba8d;
background-color: #ceba8d;
/* Tailwind (arbitrary) */
class="text-[#ceba8d] bg-[#ceba8d]"
/* SCSS */
$brand: #ceba8d;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.553)
/* Android */
Color.parseColor("#ceba8d")Accessibility — WCAG contrast
Aa
#ceba8d on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceba8d on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow31.6%
Key (black)19.2%
Color previews
#ceba8d text on a black background
contrast 11.03:1
Card sample
#ceba8d text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceba8d;
Background color
Panel with #ceba8d background
background-color: #ceba8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceba8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceba8d; background: linear-gradient(135deg, #ceba8d, #B7CE8D);