#c5ddcd
a light, soft green · cool · closest name: beige
RGB
197, 221, 205
HSL
140°, 26%, 82%
CMYK
11, 0, 7, 13
Luminance
0.6799
Every format
| HEX | #c5ddcd |
| RGB | rgb(197, 221, 205) |
| HSL | hsl(140, 26%, 82%) |
| CMYK | cmyk(11%, 0%, 7%, 13%) |
| LAB | lab(86.0 -11.0 5.2) |
| LCH | lch(86.0 12.1 154.9) |
| OKLCH | oklch(0.875 0.034 156.5) |
Copy-ready code
/* CSS */
color: #c5ddcd;
background-color: #c5ddcd;
/* Tailwind (arbitrary) */
class="text-[#c5ddcd] bg-[#c5ddcd]"
/* SCSS */
$brand: #c5ddcd;
/* SwiftUI */
Color(red: 0.773, green: 0.867, blue: 0.804)
/* Android */
Color.parseColor("#c5ddcd")Accessibility — WCAG contrast
Aa
#c5ddcd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ddcd on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green86.7%
Blue80.4%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow7.2%
Key (black)13.3%
Color previews
#c5ddcd text on a black background
contrast 14.60:1
Card sample
#c5ddcd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ddcd;
Background color
Panel with #c5ddcd background
background-color: #c5ddcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ddcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 221, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 221, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ddcd; background: linear-gradient(135deg, #c5ddcd, #C5DDDD);