#c5dbaf
a light, soft green · cool · closest name: beige
RGB
197, 219, 175
HSL
90°, 38%, 77%
CMYK
10, 0, 20, 14
Luminance
0.6563
Every format
| HEX | #c5dbaf |
| RGB | rgb(197, 219, 175) |
| HSL | hsl(90, 38%, 77%) |
| CMYK | cmyk(10%, 0%, 20%, 14%) |
| LAB | lab(84.8 -15.1 19.2) |
| LCH | lch(84.8 24.5 128.1) |
| OKLCH | oklch(0.864 0.064 129.3) |
Copy-ready code
/* CSS */
color: #c5dbaf;
background-color: #c5dbaf;
/* Tailwind (arbitrary) */
class="text-[#c5dbaf] bg-[#c5dbaf]"
/* SCSS */
$brand: #c5dbaf;
/* SwiftUI */
Color(red: 0.773, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#c5dbaf")Accessibility — WCAG contrast
Aa
#c5dbaf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5dbaf on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green85.9%
Blue68.6%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#c5dbaf text on a black background
contrast 14.13:1
Card sample
#c5dbaf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5dbaf;
Background color
Panel with #c5dbaf background
background-color: #c5dbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5dbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5dbaf; background: linear-gradient(135deg, #c5dbaf, #AFDBB6);