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