#c3ccac
a light, soft green · cool · closest name: beige
RGB
195, 204, 172
HSL
77°, 24%, 74%
CMYK
4, 0, 16, 20
Luminance
0.5777
Every format
| HEX | #c3ccac |
| RGB | rgb(195, 204, 172) |
| HSL | hsl(77, 24%, 74%) |
| CMYK | cmyk(4%, 0%, 16%, 20%) |
| LAB | lab(80.6 -8.7 14.9) |
| LCH | lch(80.6 17.3 120.2) |
| OKLCH | oklch(0.830 0.044 120.1) |
Copy-ready code
/* CSS */
color: #c3ccac;
background-color: #c3ccac;
/* Tailwind (arbitrary) */
class="text-[#c3ccac] bg-[#c3ccac]"
/* SCSS */
$brand: #c3ccac;
/* SwiftUI */
Color(red: 0.765, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#c3ccac")Accessibility — WCAG contrast
Aa
#c3ccac on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ccac on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.0%
Blue67.5%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#c3ccac text on a black background
contrast 12.55:1
Card sample
#c3ccac text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ccac;
Background color
Panel with #c3ccac background
background-color: #c3ccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ccac; background: linear-gradient(135deg, #c3ccac, #AECCAC);