#c8cb8f
a light, soft yellow · cool · closest name: tan
RGB
200, 203, 143
HSL
63°, 37%, 68%
CMYK
2, 0, 30, 20
Luminance
0.5697
Every format
| HEX | #c8cb8f |
| RGB | rgb(200, 203, 143) |
| HSL | hsl(63, 37%, 68%) |
| CMYK | cmyk(2%, 0%, 30%, 20%) |
| LAB | lab(80.2 -10.5 29.7) |
| LCH | lch(80.2 31.5 109.5) |
| OKLCH | oklch(0.825 0.079 110.4) |
Copy-ready code
/* CSS */
color: #c8cb8f;
background-color: #c8cb8f;
/* Tailwind (arbitrary) */
class="text-[#c8cb8f] bg-[#c8cb8f]"
/* SCSS */
$brand: #c8cb8f;
/* SwiftUI */
Color(red: 0.784, green: 0.796, blue: 0.561)
/* Android */
Color.parseColor("#c8cb8f")Accessibility — WCAG contrast
Aa
#c8cb8f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cb8f on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green79.6%
Blue56.1%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow29.6%
Key (black)20.4%
Color previews
#c8cb8f text on a black background
contrast 12.39:1
Card sample
#c8cb8f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cb8f;
Background color
Panel with #c8cb8f background
background-color: #c8cb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 203, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 203, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cb8f; background: linear-gradient(135deg, #c8cb8f, #A0CB8F);