#badcd0
a light, soft green · cool · closest name: silver
RGB
186, 220, 208
HSL
159°, 33%, 80%
CMYK
16, 0, 6, 14
Luminance
0.6618
Every format
| HEX | #badcd0 |
| RGB | rgb(186, 220, 208) |
| HSL | hsl(159, 33%, 80%) |
| CMYK | cmyk(16%, 0%, 6%, 14%) |
| LAB | lab(85.1 -13.5 2.1) |
| LCH | lch(85.1 13.7 171.0) |
| OKLCH | oklch(0.866 0.040 172.0) |
Copy-ready code
/* CSS */
color: #badcd0;
background-color: #badcd0;
/* Tailwind (arbitrary) */
class="text-[#badcd0] bg-[#badcd0]"
/* SCSS */
$brand: #badcd0;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.816)
/* Android */
Color.parseColor("#badcd0")Accessibility — WCAG contrast
Aa
#badcd0 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badcd0 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue81.6%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow5.5%
Key (black)13.7%
Color previews
#badcd0 text on a black background
contrast 14.24:1
Card sample
#badcd0 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badcd0;
Background color
Panel with #badcd0 background
background-color: #badcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badcd0; background: linear-gradient(135deg, #badcd0, #BAD1DC);