#badfe2
a light, soft cyan · cool · closest name: silver
RGB
186, 223, 226
HSL
185°, 41%, 81%
CMYK
18, 1, 0, 11
Luminance
0.6871
Every format
| HEX | #badfe2 |
| RGB | rgb(186, 223, 226) |
| HSL | hsl(185, 41%, 81%) |
| CMYK | cmyk(18%, 1%, 0%, 11%) |
| LAB | lab(86.4 -11.4 -5.5) |
| LCH | lch(86.4 12.7 205.7) |
| OKLCH | oklch(0.878 0.039 202.5) |
Copy-ready code
/* CSS */
color: #badfe2;
background-color: #badfe2;
/* Tailwind (arbitrary) */
class="text-[#badfe2] bg-[#badfe2]"
/* SCSS */
$brand: #badfe2;
/* SwiftUI */
Color(red: 0.729, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#badfe2")Accessibility — WCAG contrast
Aa
#badfe2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badfe2 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.5%
Blue88.6%
CMYK percentages
Cyan17.7%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#badfe2 text on a black background
contrast 14.74:1
Card sample
#badfe2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badfe2;
Background color
Panel with #badfe2 background
background-color: #badfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badfe2; background: linear-gradient(135deg, #badfe2, #BAC4E2);