#bad4cb
a light, soft green · cool · closest name: silver
RGB
186, 212, 203
HSL
159°, 23%, 78%
CMYK
12, 0, 4, 17
Luminance
0.6184
Every format
| HEX | #bad4cb |
| RGB | rgb(186, 212, 203) |
| HSL | hsl(159, 23%, 78%) |
| CMYK | cmyk(12%, 0%, 4%, 17%) |
| LAB | lab(82.8 -10.4 1.5) |
| LCH | lch(82.8 10.5 171.7) |
| OKLCH | oklch(0.848 0.030 172.7) |
Copy-ready code
/* CSS */
color: #bad4cb;
background-color: #bad4cb;
/* Tailwind (arbitrary) */
class="text-[#bad4cb] bg-[#bad4cb]"
/* SCSS */
$brand: #bad4cb;
/* SwiftUI */
Color(red: 0.729, green: 0.831, blue: 0.796)
/* Android */
Color.parseColor("#bad4cb")Accessibility — WCAG contrast
Aa
#bad4cb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad4cb on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green83.1%
Blue79.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow4.2%
Key (black)16.9%
Color previews
#bad4cb text on a black background
contrast 13.37:1
Card sample
#bad4cb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad4cb;
Background color
Panel with #bad4cb background
background-color: #bad4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 212, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 212, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad4cb; background: linear-gradient(135deg, #bad4cb, #BACCD4);