#c2d4cb
a light, soft green · cool · closest name: silver
RGB
194, 212, 203
HSL
150°, 17%, 80%
CMYK
9, 0, 4, 17
Luminance
0.6287
Every format
| HEX | #c2d4cb |
| RGB | rgb(194, 212, 203) |
| HSL | hsl(150, 17%, 80%) |
| CMYK | cmyk(9%, 0%, 4%, 17%) |
| LAB | lab(83.4 -7.8 2.4) |
| LCH | lch(83.4 8.1 162.9) |
| OKLCH | oklch(0.854 0.023 164.4) |
Copy-ready code
/* CSS */
color: #c2d4cb;
background-color: #c2d4cb;
/* Tailwind (arbitrary) */
class="text-[#c2d4cb] bg-[#c2d4cb]"
/* SCSS */
$brand: #c2d4cb;
/* SwiftUI */
Color(red: 0.761, green: 0.831, blue: 0.796)
/* Android */
Color.parseColor("#c2d4cb")Accessibility — WCAG contrast
Aa
#c2d4cb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d4cb on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.1%
Blue79.6%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow4.2%
Key (black)16.9%
Color previews
#c2d4cb text on a black background
contrast 13.57:1
Card sample
#c2d4cb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d4cb;
Background color
Panel with #c2d4cb background
background-color: #c2d4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 212, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 212, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d4cb; background: linear-gradient(135deg, #c2d4cb, #C2D1D4);