#c2d9cf
a light, soft green · cool · closest name: silver
RGB
194, 217, 207
HSL
154°, 23%, 81%
CMYK
11, 0, 5, 15
Luminance
0.6560
Every format
| HEX | #c2d9cf |
| RGB | rgb(194, 217, 207) |
| HSL | hsl(154, 23%, 81%) |
| CMYK | cmyk(11%, 0%, 5%, 15%) |
| LAB | lab(84.8 -9.6 2.3) |
| LCH | lch(84.8 9.8 166.4) |
| OKLCH | oklch(0.865 0.028 167.7) |
Copy-ready code
/* CSS */
color: #c2d9cf;
background-color: #c2d9cf;
/* Tailwind (arbitrary) */
class="text-[#c2d9cf] bg-[#c2d9cf]"
/* SCSS */
$brand: #c2d9cf;
/* SwiftUI */
Color(red: 0.761, green: 0.851, blue: 0.812)
/* Android */
Color.parseColor("#c2d9cf")Accessibility — WCAG contrast
Aa
#c2d9cf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d9cf on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.1%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow4.6%
Key (black)14.9%
Color previews
#c2d9cf text on a black background
contrast 14.12:1
Card sample
#c2d9cf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d9cf;
Background color
Panel with #c2d9cf background
background-color: #c2d9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 217, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 217, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d9cf; background: linear-gradient(135deg, #c2d9cf, #C2D4D9);