#c5ceaf
a light, soft green · cool · closest name: beige
RGB
197, 206, 175
HSL
77°, 24%, 75%
CMYK
4, 0, 15, 19
Luminance
0.5911
Every format
| HEX | #c5ceaf |
| RGB | rgb(197, 206, 175) |
| HSL | hsl(77, 24%, 75%) |
| CMYK | cmyk(4%, 0%, 15%, 19%) |
| LAB | lab(81.3 -8.5 14.4) |
| LCH | lch(81.3 16.7 120.6) |
| OKLCH | oklch(0.836 0.043 120.5) |
Copy-ready code
/* CSS */
color: #c5ceaf;
background-color: #c5ceaf;
/* Tailwind (arbitrary) */
class="text-[#c5ceaf] bg-[#c5ceaf]"
/* SCSS */
$brand: #c5ceaf;
/* SwiftUI */
Color(red: 0.773, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#c5ceaf")Accessibility — WCAG contrast
Aa
#c5ceaf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ceaf on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.8%
Blue68.6%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#c5ceaf text on a black background
contrast 12.82:1
Card sample
#c5ceaf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ceaf;
Background color
Panel with #c5ceaf background
background-color: #c5ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ceaf; background: linear-gradient(135deg, #c5ceaf, #B0CEAF);