#c5ccaf
a light, soft green · cool · closest name: beige
RGB
197, 204, 175
HSL
75°, 22%, 74%
CMYK
3, 0, 14, 20
Luminance
0.5815
Every format
| HEX | #c5ccaf |
| RGB | rgb(197, 204, 175) |
| HSL | hsl(75, 22%, 74%) |
| CMYK | cmyk(3%, 0%, 14%, 20%) |
| LAB | lab(80.8 -7.5 13.7) |
| LCH | lch(80.8 15.6 118.7) |
| OKLCH | oklch(0.832 0.040 118.3) |
Copy-ready code
/* CSS */
color: #c5ccaf;
background-color: #c5ccaf;
/* Tailwind (arbitrary) */
class="text-[#c5ccaf] bg-[#c5ccaf]"
/* SCSS */
$brand: #c5ccaf;
/* SwiftUI */
Color(red: 0.773, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#c5ccaf")Accessibility — WCAG contrast
Aa
#c5ccaf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ccaf on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.0%
Blue68.6%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#c5ccaf text on a black background
contrast 12.63:1
Card sample
#c5ccaf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ccaf;
Background color
Panel with #c5ccaf background
background-color: #c5ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ccaf; background: linear-gradient(135deg, #c5ccaf, #B2CCAF);