#c3ccaf
a light, soft green · cool · closest name: beige
RGB
195, 204, 175
HSL
79°, 22%, 74%
CMYK
4, 0, 14, 20
Luminance
0.5788
Every format
| HEX | #c3ccaf |
| RGB | rgb(195, 204, 175) |
| HSL | hsl(79, 22%, 74%) |
| CMYK | cmyk(4%, 0%, 14%, 20%) |
| LAB | lab(80.7 -8.2 13.4) |
| LCH | lch(80.7 15.7 121.4) |
| OKLCH | oklch(0.830 0.041 121.3) |
Copy-ready code
/* CSS */
color: #c3ccaf;
background-color: #c3ccaf;
/* Tailwind (arbitrary) */
class="text-[#c3ccaf] bg-[#c3ccaf]"
/* SCSS */
$brand: #c3ccaf;
/* SwiftUI */
Color(red: 0.765, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#c3ccaf")Accessibility — WCAG contrast
Aa
#c3ccaf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ccaf on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.0%
Blue68.6%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#c3ccaf text on a black background
contrast 12.58:1
Card sample
#c3ccaf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ccaf;
Background color
Panel with #c3ccaf background
background-color: #c3ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ccaf; background: linear-gradient(135deg, #c3ccaf, #B0CCAF);