#c1dbaf
a light, soft green · cool · closest name: beige
RGB
193, 219, 175
HSL
96°, 38%, 77%
CMYK
12, 0, 20, 14
Luminance
0.6510
Every format
| HEX | #c1dbaf |
| RGB | rgb(193, 219, 175) |
| HSL | hsl(96, 38%, 77%) |
| CMYK | cmyk(12%, 0%, 20%, 14%) |
| LAB | lab(84.5 -16.5 18.8) |
| LCH | lch(84.5 25.0 131.3) |
| OKLCH | oklch(0.861 0.066 132.6) |
Copy-ready code
/* CSS */
color: #c1dbaf;
background-color: #c1dbaf;
/* Tailwind (arbitrary) */
class="text-[#c1dbaf] bg-[#c1dbaf]"
/* SCSS */
$brand: #c1dbaf;
/* SwiftUI */
Color(red: 0.757, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#c1dbaf")Accessibility — WCAG contrast
Aa
#c1dbaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1dbaf on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green85.9%
Blue68.6%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#c1dbaf text on a black background
contrast 14.02:1
Card sample
#c1dbaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1dbaf;
Background color
Panel with #c1dbaf background
background-color: #c1dbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1dbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1dbaf; background: linear-gradient(135deg, #c1dbaf, #AFDBBB);