#c9cdb0
a light, soft yellow · cool · closest name: beige
RGB
201, 205, 176
HSL
68°, 23%, 75%
CMYK
2, 0, 14, 20
Luminance
0.5921
Every format
| HEX | #c9cdb0 |
| RGB | rgb(201, 205, 176) |
| HSL | hsl(68, 23%, 75%) |
| CMYK | cmyk(2%, 0%, 14%, 20%) |
| LAB | lab(81.4 -6.4 14.0) |
| LCH | lch(81.4 15.4 114.5) |
| OKLCH | oklch(0.837 0.040 113.6) |
Copy-ready code
/* CSS */
color: #c9cdb0;
background-color: #c9cdb0;
/* Tailwind (arbitrary) */
class="text-[#c9cdb0] bg-[#c9cdb0]"
/* SCSS */
$brand: #c9cdb0;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.690)
/* Android */
Color.parseColor("#c9cdb0")Accessibility — WCAG contrast
Aa
#c9cdb0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdb0 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue69.0%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow14.1%
Key (black)19.6%
Color previews
#c9cdb0 text on a black background
contrast 12.84:1
Card sample
#c9cdb0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdb0;
Background color
Panel with #c9cdb0 background
background-color: #c9cdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdb0; background: linear-gradient(135deg, #c9cdb0, #B6CDB0);