#c2d3cb
a light, soft green · cool · closest name: silver
RGB
194, 211, 203
HSL
152°, 16%, 79%
CMYK
8, 0, 4, 17
Luminance
0.6237
Every format
| HEX | #c2d3cb |
| RGB | rgb(194, 211, 203) |
| HSL | hsl(152, 16%, 79%) |
| CMYK | cmyk(8%, 0%, 4%, 17%) |
| LAB | lab(83.1 -7.2 2.0) |
| LCH | lch(83.1 7.5 164.6) |
| OKLCH | oklch(0.852 0.021 166.0) |
Copy-ready code
/* CSS */
color: #c2d3cb;
background-color: #c2d3cb;
/* Tailwind (arbitrary) */
class="text-[#c2d3cb] bg-[#c2d3cb]"
/* SCSS */
$brand: #c2d3cb;
/* SwiftUI */
Color(red: 0.761, green: 0.827, blue: 0.796)
/* Android */
Color.parseColor("#c2d3cb")Accessibility — WCAG contrast
Aa
#c2d3cb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d3cb on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.7%
Blue79.6%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow3.8%
Key (black)17.3%
Color previews
#c2d3cb text on a black background
contrast 13.47:1
Card sample
#c2d3cb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d3cb;
Background color
Panel with #c2d3cb background
background-color: #c2d3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 211, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 211, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d3cb; background: linear-gradient(135deg, #c2d3cb, #C2D0D3);