#c1cead
a light, soft green · cool · closest name: beige
RGB
193, 206, 173
HSL
84°, 25%, 74%
CMYK
6, 0, 16, 19
Luminance
0.5850
Every format
| HEX | #c1cead |
| RGB | rgb(193, 206, 173) |
| HSL | hsl(84, 25%, 74%) |
| CMYK | cmyk(6%, 0%, 16%, 19%) |
| LAB | lab(81.0 -10.3 14.9) |
| LCH | lch(81.0 18.1 124.5) |
| OKLCH | oklch(0.833 0.047 124.9) |
Copy-ready code
/* CSS */
color: #c1cead;
background-color: #c1cead;
/* Tailwind (arbitrary) */
class="text-[#c1cead] bg-[#c1cead]"
/* SCSS */
$brand: #c1cead;
/* SwiftUI */
Color(red: 0.757, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#c1cead")Accessibility — WCAG contrast
Aa
#c1cead on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cead on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.8%
Blue67.8%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow16.0%
Key (black)19.2%
Color previews
#c1cead text on a black background
contrast 12.70:1
Card sample
#c1cead text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cead;
Background color
Panel with #c1cead background
background-color: #c1cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cead; background: linear-gradient(135deg, #c1cead, #ADCEAF);