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