#baecf7
a light, electric cyan · cool · closest name: skyblue
RGB
186, 236, 247
HSL
191°, 79%, 85%
CMYK
25, 5, 0, 3
Luminance
0.7715
Every format
| HEX | #baecf7 |
| RGB | rgb(186, 236, 247) |
| HSL | hsl(191, 79%, 85%) |
| CMYK | cmyk(25%, 5%, 0%, 3%) |
| LAB | lab(90.4 -13.5 -10.6) |
| LCH | lch(90.4 17.1 218.0) |
| OKLCH | oklch(0.912 0.053 212.6) |
Copy-ready code
/* CSS */
color: #baecf7;
background-color: #baecf7;
/* Tailwind (arbitrary) */
class="text-[#baecf7] bg-[#baecf7]"
/* SCSS */
$brand: #baecf7;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.969)
/* Android */
Color.parseColor("#baecf7")Accessibility — WCAG contrast
Aa
#baecf7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecf7 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue96.9%
CMYK percentages
Cyan24.7%
Magenta4.5%
Yellow0.0%
Key (black)3.1%
Color previews
#baecf7 text on a black background
contrast 16.43:1
Card sample
#baecf7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecf7;
Background color
Panel with #baecf7 background
background-color: #baecf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecf7; background: linear-gradient(135deg, #baecf7, #BAC3F7);