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