#c5dfbe
a light, soft green · cool · closest name: beige
RGB
197, 223, 190
HSL
107°, 34%, 81%
CMYK
12, 0, 15, 13
Luminance
0.6836
Every format
| HEX | #c5dfbe |
| RGB | rgb(197, 223, 190) |
| HSL | hsl(107, 34%, 81%) |
| CMYK | cmyk(12%, 0%, 15%, 13%) |
| LAB | lab(86.2 -14.7 13.3) |
| LCH | lch(86.2 19.8 137.7) |
| OKLCH | oklch(0.876 0.052 139.1) |
Copy-ready code
/* CSS */
color: #c5dfbe;
background-color: #c5dfbe;
/* Tailwind (arbitrary) */
class="text-[#c5dfbe] bg-[#c5dfbe]"
/* SCSS */
$brand: #c5dfbe;
/* SwiftUI */
Color(red: 0.773, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#c5dfbe")Accessibility — WCAG contrast
Aa
#c5dfbe on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5dfbe on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green87.5%
Blue74.5%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#c5dfbe text on a black background
contrast 14.67:1
Card sample
#c5dfbe text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5dfbe;
Background color
Panel with #c5dfbe background
background-color: #c5dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5dfbe; background: linear-gradient(135deg, #c5dfbe, #BEDFCD);