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