#c9cdb2
a light, soft yellow · cool · closest name: beige
RGB
201, 205, 178
HSL
69°, 21%, 75%
CMYK
2, 0, 13, 20
Luminance
0.5929
Every format
| HEX | #c9cdb2 |
| RGB | rgb(201, 205, 178) |
| HSL | hsl(69, 21%, 75%) |
| CMYK | cmyk(2%, 0%, 13%, 20%) |
| LAB | lab(81.5 -6.1 13.0) |
| LCH | lch(81.5 14.3 115.0) |
| OKLCH | oklch(0.838 0.037 114.0) |
Copy-ready code
/* CSS */
color: #c9cdb2;
background-color: #c9cdb2;
/* Tailwind (arbitrary) */
class="text-[#c9cdb2] bg-[#c9cdb2]"
/* SCSS */
$brand: #c9cdb2;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.698)
/* Android */
Color.parseColor("#c9cdb2")Accessibility — WCAG contrast
Aa
#c9cdb2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdb2 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue69.8%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow13.2%
Key (black)19.6%
Color previews
#c9cdb2 text on a black background
contrast 12.86:1
Card sample
#c9cdb2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdb2;
Background color
Panel with #c9cdb2 background
background-color: #c9cdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdb2; background: linear-gradient(135deg, #c9cdb2, #B7CDB2);