#badbe3
a light, soft cyan · cool · closest name: silver
RGB
186, 219, 227
HSL
192°, 42%, 81%
CMYK
18, 4, 0, 11
Luminance
0.6665
Every format
| HEX | #badbe3 |
| RGB | rgb(186, 219, 227) |
| HSL | hsl(192, 42%, 81%) |
| CMYK | cmyk(18%, 4%, 0%, 11%) |
| LAB | lab(85.3 -9.2 -7.5) |
| LCH | lch(85.3 11.9 219.5) |
| OKLCH | oklch(0.870 0.037 214.0) |
Copy-ready code
/* CSS */
color: #badbe3;
background-color: #badbe3;
/* Tailwind (arbitrary) */
class="text-[#badbe3] bg-[#badbe3]"
/* SCSS */
$brand: #badbe3;
/* SwiftUI */
Color(red: 0.729, green: 0.859, blue: 0.890)
/* Android */
Color.parseColor("#badbe3")Accessibility — WCAG contrast
Aa
#badbe3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badbe3 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green85.9%
Blue89.0%
CMYK percentages
Cyan18.1%
Magenta3.5%
Yellow0.0%
Key (black)11.0%
Color previews
#badbe3 text on a black background
contrast 14.33:1
Card sample
#badbe3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badbe3;
Background color
Panel with #badbe3 background
background-color: #badbe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badbe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 219, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 219, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badbe3; background: linear-gradient(135deg, #badbe3, #BAC0E3);