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