#c3cead
a light, soft green · cool · closest name: beige
RGB
195, 206, 173
HSL
80°, 25%, 74%
CMYK
5, 0, 16, 19
Luminance
0.5876
Every format
| HEX | #c3cead |
| RGB | rgb(195, 206, 173) |
| HSL | hsl(80, 25%, 74%) |
| CMYK | cmyk(5%, 0%, 16%, 19%) |
| LAB | lab(81.2 -9.6 15.2) |
| LCH | lch(81.2 17.9 122.2) |
| OKLCH | oklch(0.834 0.046 122.4) |
Copy-ready code
/* CSS */
color: #c3cead;
background-color: #c3cead;
/* Tailwind (arbitrary) */
class="text-[#c3cead] bg-[#c3cead]"
/* SCSS */
$brand: #c3cead;
/* SwiftUI */
Color(red: 0.765, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#c3cead")Accessibility — WCAG contrast
Aa
#c3cead on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cead on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.8%
Blue67.8%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow16.0%
Key (black)19.2%
Color previews
#c3cead text on a black background
contrast 12.75:1
Card sample
#c3cead text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cead;
Background color
Panel with #c3cead background
background-color: #c3cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cead; background: linear-gradient(135deg, #c3cead, #ADCEAD);