#baebfb
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 235, 251
HSL
195°, 89%, 86%
CMYK
26, 6, 0, 2
Luminance
0.7682
Every format
| HEX | #baebfb |
| RGB | rgb(186, 235, 251) |
| HSL | hsl(195, 89%, 86%) |
| CMYK | cmyk(26%, 6%, 0%, 2%) |
| LAB | lab(90.2 -12.1 -12.9) |
| LCH | lch(90.2 17.7 226.7) |
| OKLCH | oklch(0.911 0.055 219.8) |
Copy-ready code
/* CSS */
color: #baebfb;
background-color: #baebfb;
/* Tailwind (arbitrary) */
class="text-[#baebfb] bg-[#baebfb]"
/* SCSS */
$brand: #baebfb;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#baebfb")Accessibility — WCAG contrast
Aa
#baebfb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebfb on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#baebfb text on a black background
contrast 16.36:1
Card sample
#baebfb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebfb;
Background color
Panel with #baebfb background
background-color: #baebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebfb; background: linear-gradient(135deg, #baebfb, #BAC0FB);