#baecf5
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 236, 245
HSL
189°, 75%, 85%
CMYK
24, 4, 0, 4
Luminance
0.7702
Every format
| HEX | #baecf5 |
| RGB | rgb(186, 236, 245) |
| HSL | hsl(189, 75%, 85%) |
| CMYK | cmyk(24%, 4%, 0%, 4%) |
| LAB | lab(90.3 -13.9 -9.6) |
| LCH | lch(90.3 16.9 214.5) |
| OKLCH | oklch(0.911 0.053 209.8) |
Copy-ready code
/* CSS */
color: #baecf5;
background-color: #baecf5;
/* Tailwind (arbitrary) */
class="text-[#baecf5] bg-[#baecf5]"
/* SCSS */
$brand: #baecf5;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.961)
/* Android */
Color.parseColor("#baecf5")Accessibility — WCAG contrast
Aa
#baecf5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecf5 on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue96.1%
CMYK percentages
Cyan24.1%
Magenta3.7%
Yellow0.0%
Key (black)3.9%
Color previews
#baecf5 text on a black background
contrast 16.40:1
Card sample
#baecf5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecf5;
Background color
Panel with #baecf5 background
background-color: #baecf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecf5; background: linear-gradient(135deg, #baecf5, #BAC5F5);