#baebfd
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 235, 253
HSL
196°, 94%, 86%
CMYK
27, 7, 0, 1
Luminance
0.7695
Every format
| HEX | #baebfd |
| RGB | rgb(186, 235, 253) |
| HSL | hsl(196, 94%, 86%) |
| CMYK | cmyk(27%, 7%, 0%, 1%) |
| LAB | lab(90.3 -11.7 -13.8) |
| LCH | lch(90.3 18.1 229.8) |
| OKLCH | oklch(0.912 0.056 222.3) |
Copy-ready code
/* CSS */
color: #baebfd;
background-color: #baebfd;
/* Tailwind (arbitrary) */
class="text-[#baebfd] bg-[#baebfd]"
/* SCSS */
$brand: #baebfd;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#baebfd")Accessibility — WCAG contrast
Aa
#baebfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebfd on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#baebfd text on a black background
contrast 16.39:1
Card sample
#baebfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebfd;
Background color
Panel with #baebfd background
background-color: #baebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebfd; background: linear-gradient(135deg, #baebfd, #BABEFD);