#baecf9
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 236, 249
HSL
192°, 84%, 85%
CMYK
25, 5, 0, 2
Luminance
0.7727
Every format
| HEX | #baecf9 |
| RGB | rgb(186, 236, 249) |
| HSL | hsl(192, 84%, 85%) |
| CMYK | cmyk(25%, 5%, 0%, 2%) |
| LAB | lab(90.4 -13.1 -11.5) |
| LCH | lch(90.4 17.4 221.4) |
| OKLCH | oklch(0.913 0.054 215.4) |
Copy-ready code
/* CSS */
color: #baecf9;
background-color: #baecf9;
/* Tailwind (arbitrary) */
class="text-[#baecf9] bg-[#baecf9]"
/* SCSS */
$brand: #baecf9;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.976)
/* Android */
Color.parseColor("#baecf9")Accessibility — WCAG contrast
Aa
#baecf9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecf9 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue97.6%
CMYK percentages
Cyan25.3%
Magenta5.2%
Yellow0.0%
Key (black)2.4%
Color previews
#baecf9 text on a black background
contrast 16.45:1
Card sample
#baecf9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecf9;
Background color
Panel with #baecf9 background
background-color: #baecf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecf9; background: linear-gradient(135deg, #baecf9, #BAC2F9);