#badfda
a light, soft cyan · cool · closest name: silver
RGB
186, 223, 218
HSL
172°, 37%, 80%
CMYK
17, 0, 2, 13
Luminance
0.6828
Every format
| HEX | #badfda |
| RGB | rgb(186, 223, 218) |
| HSL | hsl(172, 37%, 80%) |
| CMYK | cmyk(17%, 0%, 2%, 13%) |
| LAB | lab(86.1 -13.1 -1.6) |
| LCH | lch(86.1 13.2 186.9) |
| OKLCH | oklch(0.876 0.039 186.5) |
Copy-ready code
/* CSS */
color: #badfda;
background-color: #badfda;
/* Tailwind (arbitrary) */
class="text-[#badfda] bg-[#badfda]"
/* SCSS */
$brand: #badfda;
/* SwiftUI */
Color(red: 0.729, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#badfda")Accessibility — WCAG contrast
Aa
#badfda on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badfda on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.5%
Blue85.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#badfda text on a black background
contrast 14.66:1
Card sample
#badfda text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badfda;
Background color
Panel with #badfda background
background-color: #badfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badfda; background: linear-gradient(135deg, #badfda, #BACBDF);