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