#badcef
a light, vivid blue · cool · closest name: lavender
RGB
186, 220, 239
HSL
202°, 62%, 83%
CMYK
22, 8, 0, 6
Luminance
0.6786
Every format
| HEX | #badcef |
| RGB | rgb(186, 220, 239) |
| HSL | hsl(202, 62%, 83%) |
| CMYK | cmyk(22%, 8%, 0%, 6%) |
| LAB | lab(85.9 -7.1 -13.0) |
| LCH | lch(85.9 14.8 241.3) |
| OKLCH | oklch(0.876 0.044 232.4) |
Copy-ready code
/* CSS */
color: #badcef;
background-color: #badcef;
/* Tailwind (arbitrary) */
class="text-[#badcef] bg-[#badcef]"
/* SCSS */
$brand: #badcef;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#badcef")Accessibility — WCAG contrast
Aa
#badcef on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badcef on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#badcef text on a black background
contrast 14.57:1
Card sample
#badcef text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badcef;
Background color
Panel with #badcef background
background-color: #badcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badcef; background: linear-gradient(135deg, #badcef, #BBBAEF);