#c1dfad
a light, soft green · cool · closest name: beige
RGB
193, 223, 173
HSL
96°, 44%, 78%
CMYK
14, 0, 22, 13
Luminance
0.6713
Every format
| HEX | #c1dfad |
| RGB | rgb(193, 223, 173) |
| HSL | hsl(96, 44%, 78%) |
| CMYK | cmyk(14%, 0%, 22%, 13%) |
| LAB | lab(85.6 -18.8 21.3) |
| LCH | lch(85.6 28.4 131.5) |
| OKLCH | oklch(0.869 0.074 133.0) |
Copy-ready code
/* CSS */
color: #c1dfad;
background-color: #c1dfad;
/* Tailwind (arbitrary) */
class="text-[#c1dfad] bg-[#c1dfad]"
/* SCSS */
$brand: #c1dfad;
/* SwiftUI */
Color(red: 0.757, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#c1dfad")Accessibility — WCAG contrast
Aa
#c1dfad on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1dfad on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green87.5%
Blue67.8%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#c1dfad text on a black background
contrast 14.43:1
Card sample
#c1dfad text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1dfad;
Background color
Panel with #c1dfad background
background-color: #c1dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1dfad; background: linear-gradient(135deg, #c1dfad, #ADDFBA);