#ceba89
a light, soft yellow · warm · closest name: tan
RGB
206, 186, 137
HSL
43°, 41%, 67%
CMYK
0, 10, 34, 19
Luminance
0.5005
Every format
| HEX | #ceba89 |
| RGB | rgb(206, 186, 137) |
| HSL | hsl(43, 41%, 67%) |
| CMYK | cmyk(0%, 10%, 34%, 19%) |
| LAB | lab(76.1 -0.1 27.5) |
| LCH | lch(76.1 27.5 90.2) |
| OKLCH | oklch(0.794 0.069 88.4) |
Copy-ready code
/* CSS */
color: #ceba89;
background-color: #ceba89;
/* Tailwind (arbitrary) */
class="text-[#ceba89] bg-[#ceba89]"
/* SCSS */
$brand: #ceba89;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.537)
/* Android */
Color.parseColor("#ceba89")Accessibility — WCAG contrast
Aa
#ceba89 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceba89 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow33.5%
Key (black)19.2%
Color previews
#ceba89 text on a black background
contrast 11.01:1
Card sample
#ceba89 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceba89;
Background color
Panel with #ceba89 background
background-color: #ceba89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceba89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceba89; background: linear-gradient(135deg, #ceba89, #B4CE89);