#badecf
a light, soft green · cool · closest name: silver
RGB
186, 222, 207
HSL
155°, 35%, 80%
CMYK
16, 0, 7, 13
Luminance
0.6719
Every format
| HEX | #badecf |
| RGB | rgb(186, 222, 207) |
| HSL | hsl(155, 35%, 80%) |
| CMYK | cmyk(16%, 0%, 7%, 13%) |
| LAB | lab(85.6 -14.7 3.4) |
| LCH | lch(85.6 15.1 166.9) |
| OKLCH | oklch(0.870 0.043 168.2) |
Copy-ready code
/* CSS */
color: #badecf;
background-color: #badecf;
/* Tailwind (arbitrary) */
class="text-[#badecf] bg-[#badecf]"
/* SCSS */
$brand: #badecf;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#badecf")Accessibility — WCAG contrast
Aa
#badecf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badecf on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue81.2%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#badecf text on a black background
contrast 14.44:1
Card sample
#badecf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badecf;
Background color
Panel with #badecf background
background-color: #badecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badecf; background: linear-gradient(135deg, #badecf, #BAD5DE);