#badeee
a light, vivid cyan · cool · closest name: lavender
RGB
186, 222, 238
HSL
199°, 61%, 83%
CMYK
22, 7, 0, 7
Luminance
0.6885
Every format
| HEX | #badeee |
| RGB | rgb(186, 222, 238) |
| HSL | hsl(199, 61%, 83%) |
| CMYK | cmyk(22%, 7%, 0%, 7%) |
| LAB | lab(86.4 -8.3 -11.7) |
| LCH | lch(86.4 14.4 234.5) |
| OKLCH | oklch(0.880 0.044 226.6) |
Copy-ready code
/* CSS */
color: #badeee;
background-color: #badeee;
/* Tailwind (arbitrary) */
class="text-[#badeee] bg-[#badeee]"
/* SCSS */
$brand: #badeee;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#badeee")Accessibility — WCAG contrast
Aa
#badeee on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badeee on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue93.3%
CMYK percentages
Cyan21.8%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#badeee text on a black background
contrast 14.77:1
Card sample
#badeee text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badeee;
Background color
Panel with #badeee background
background-color: #badeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badeee; background: linear-gradient(135deg, #badeee, #BABBEE);