#c9ccaf
a light, soft yellow · cool · closest name: beige
RGB
201, 204, 175
HSL
66°, 22%, 74%
CMYK
2, 0, 14, 20
Luminance
0.5870
Every format
| HEX | #c9ccaf |
| RGB | rgb(201, 204, 175) |
| HSL | hsl(66, 22%, 74%) |
| CMYK | cmyk(2%, 0%, 14%, 20%) |
| LAB | lab(81.1 -6.0 14.1) |
| LCH | lch(81.1 15.4 113.1) |
| OKLCH | oklch(0.835 0.039 112.0) |
Copy-ready code
/* CSS */
color: #c9ccaf;
background-color: #c9ccaf;
/* Tailwind (arbitrary) */
class="text-[#c9ccaf] bg-[#c9ccaf]"
/* SCSS */
$brand: #c9ccaf;
/* SwiftUI */
Color(red: 0.788, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#c9ccaf")Accessibility — WCAG contrast
Aa
#c9ccaf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ccaf on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.0%
Blue68.6%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#c9ccaf text on a black background
contrast 12.74:1
Card sample
#c9ccaf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ccaf;
Background color
Panel with #c9ccaf background
background-color: #c9ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ccaf; background: linear-gradient(135deg, #c9ccaf, #B6CCAF);