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