#c9d1b2
a light, soft green · cool · closest name: beige
RGB
201, 209, 178
HSL
76°, 25%, 76%
CMYK
4, 0, 15, 18
Luminance
0.6123
Every format
| HEX | #c9d1b2 |
| RGB | rgb(201, 209, 178) |
| HSL | hsl(76, 25%, 76%) |
| CMYK | cmyk(4%, 0%, 15%, 18%) |
| LAB | lab(82.5 -8.1 14.5) |
| LCH | lch(82.5 16.6 119.3) |
| OKLCH | oklch(0.846 0.043 119.1) |
Copy-ready code
/* CSS */
color: #c9d1b2;
background-color: #c9d1b2;
/* Tailwind (arbitrary) */
class="text-[#c9d1b2] bg-[#c9d1b2]"
/* SCSS */
$brand: #c9d1b2;
/* SwiftUI */
Color(red: 0.788, green: 0.820, blue: 0.698)
/* Android */
Color.parseColor("#c9d1b2")Accessibility — WCAG contrast
Aa
#c9d1b2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d1b2 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green82.0%
Blue69.8%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow14.8%
Key (black)18.0%
Color previews
#c9d1b2 text on a black background
contrast 13.25:1
Card sample
#c9d1b2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d1b2;
Background color
Panel with #c9d1b2 background
background-color: #c9d1b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d1b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 209, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 209, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d1b2; background: linear-gradient(135deg, #c9d1b2, #B4D1B2);