#c8c893
a light, soft yellow · cool · closest name: tan
RGB
200, 200, 147
HSL
60°, 33%, 68%
CMYK
0, 0, 27, 22
Luminance
0.5569
Every format
| HEX | #c8c893 |
| RGB | rgb(200, 200, 147) |
| HSL | hsl(60, 33%, 68%) |
| CMYK | cmyk(0%, 0%, 27%, 22%) |
| LAB | lab(79.4 -8.4 26.6) |
| LCH | lch(79.4 27.9 107.6) |
| OKLCH | oklch(0.820 0.070 107.9) |
Copy-ready code
/* CSS */
color: #c8c893;
background-color: #c8c893;
/* Tailwind (arbitrary) */
class="text-[#c8c893] bg-[#c8c893]"
/* SCSS */
$brand: #c8c893;
/* SwiftUI */
Color(red: 0.784, green: 0.784, blue: 0.576)
/* Android */
Color.parseColor("#c8c893")Accessibility — WCAG contrast
Aa
#c8c893 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c893 on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.4%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow26.5%
Key (black)21.6%
Color previews
#c8c893 text on a black background
contrast 12.14:1
Card sample
#c8c893 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c893;
Background color
Panel with #c8c893 background
background-color: #c8c893;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c893;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 200, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 200, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c893; background: linear-gradient(135deg, #c8c893, #A5C893);