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