#c3d4b2
a light, soft green · cool · closest name: beige
RGB
195, 212, 178
HSL
90°, 28%, 77%
CMYK
8, 0, 16, 17
Luminance
0.6190
Every format
| HEX | #c3d4b2 |
| RGB | rgb(195, 212, 178) |
| HSL | hsl(90, 28%, 77%) |
| CMYK | cmyk(8%, 0%, 16%, 17%) |
| LAB | lab(82.9 -11.8 14.9) |
| LCH | lch(82.9 19.0 128.3) |
| OKLCH | oklch(0.848 0.050 129.1) |
Copy-ready code
/* CSS */
color: #c3d4b2;
background-color: #c3d4b2;
/* Tailwind (arbitrary) */
class="text-[#c3d4b2] bg-[#c3d4b2]"
/* SCSS */
$brand: #c3d4b2;
/* SwiftUI */
Color(red: 0.765, green: 0.831, blue: 0.698)
/* Android */
Color.parseColor("#c3d4b2")Accessibility — WCAG contrast
Aa
#c3d4b2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d4b2 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green83.1%
Blue69.8%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow16.0%
Key (black)16.9%
Color previews
#c3d4b2 text on a black background
contrast 13.38:1
Card sample
#c3d4b2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d4b2;
Background color
Panel with #c3d4b2 background
background-color: #c3d4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 212, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 212, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d4b2; background: linear-gradient(135deg, #c3d4b2, #B2D4B8);