#badcbf
a light, soft green · cool · closest name: beige
RGB
186, 220, 191
HSL
129°, 33%, 80%
CMYK
16, 0, 13, 14
Luminance
0.6539
Every format
| HEX | #badcbf |
| RGB | rgb(186, 220, 191) |
| HSL | hsl(129, 33%, 80%) |
| CMYK | cmyk(16%, 0%, 13%, 14%) |
| LAB | lab(84.7 -16.7 10.6) |
| LCH | lch(84.7 19.8 147.7) |
| OKLCH | oklch(0.862 0.054 149.3) |
Copy-ready code
/* CSS */
color: #badcbf;
background-color: #badcbf;
/* Tailwind (arbitrary) */
class="text-[#badcbf] bg-[#badcbf]"
/* SCSS */
$brand: #badcbf;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#badcbf")Accessibility — WCAG contrast
Aa
#badcbf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badcbf on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue74.9%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#badcbf text on a black background
contrast 14.08:1
Card sample
#badcbf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badcbf;
Background color
Panel with #badcbf background
background-color: #badcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badcbf; background: linear-gradient(135deg, #badcbf, #BADCD6);