#badbcf
a light, soft green · cool · closest name: silver
RGB
186, 219, 207
HSL
158°, 31%, 79%
CMYK
15, 0, 6, 14
Luminance
0.6561
Every format
| HEX | #badbcf |
| RGB | rgb(186, 219, 207) |
| HSL | hsl(158, 31%, 79%) |
| CMYK | cmyk(15%, 0%, 6%, 14%) |
| LAB | lab(84.8 -13.2 2.3) |
| LCH | lch(84.8 13.4 170.3) |
| OKLCH | oklch(0.864 0.039 171.4) |
Copy-ready code
/* CSS */
color: #badbcf;
background-color: #badbcf;
/* Tailwind (arbitrary) */
class="text-[#badbcf] bg-[#badbcf]"
/* SCSS */
$brand: #badbcf;
/* SwiftUI */
Color(red: 0.729, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#badbcf")Accessibility — WCAG contrast
Aa
#badbcf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badbcf on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.9%
Blue81.2%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#badbcf text on a black background
contrast 14.12:1
Card sample
#badbcf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badbcf;
Background color
Panel with #badbcf background
background-color: #badbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badbcf; background: linear-gradient(135deg, #badbcf, #BAD1DB);