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