#c3ba98
a light, soft yellow · cool · closest name: tan
RGB
195, 186, 152
HSL
47°, 26%, 68%
CMYK
0, 5, 22, 24
Luminance
0.4899
Every format
| HEX | #c3ba98 |
| RGB | rgb(195, 186, 152) |
| HSL | hsl(47, 26%, 68%) |
| CMYK | cmyk(0%, 5%, 22%, 24%) |
| LAB | lab(75.4 -2.4 18.4) |
| LCH | lch(75.4 18.6 97.3) |
| OKLCH | oklch(0.787 0.047 94.9) |
Copy-ready code
/* CSS */
color: #c3ba98;
background-color: #c3ba98;
/* Tailwind (arbitrary) */
class="text-[#c3ba98] bg-[#c3ba98]"
/* SCSS */
$brand: #c3ba98;
/* SwiftUI */
Color(red: 0.765, green: 0.729, blue: 0.596)
/* Android */
Color.parseColor("#c3ba98")Accessibility — WCAG contrast
Aa
#c3ba98 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ba98 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green72.9%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow22.1%
Key (black)23.5%
Color previews
#c3ba98 text on a black background
contrast 10.80:1
Card sample
#c3ba98 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ba98;
Background color
Panel with #c3ba98 background
background-color: #c3ba98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ba98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 186, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 186, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ba98; background: linear-gradient(135deg, #c3ba98, #AFC398);