#baeaf2
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 234, 242
HSL
189°, 68%, 84%
CMYK
23, 3, 0, 5
Luminance
0.7570
Every format
| HEX | #baeaf2 |
| RGB | rgb(186, 234, 242) |
| HSL | hsl(189, 68%, 84%) |
| CMYK | cmyk(23%, 3%, 0%, 5%) |
| LAB | lab(89.7 -13.6 -8.9) |
| LCH | lch(89.7 16.3 213.3) |
| OKLCH | oklch(0.906 0.050 208.8) |
Copy-ready code
/* CSS */
color: #baeaf2;
background-color: #baeaf2;
/* Tailwind (arbitrary) */
class="text-[#baeaf2] bg-[#baeaf2]"
/* SCSS */
$brand: #baeaf2;
/* SwiftUI */
Color(red: 0.729, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#baeaf2")Accessibility — WCAG contrast
Aa
#baeaf2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeaf2 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.8%
Blue94.9%
CMYK percentages
Cyan23.1%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#baeaf2 text on a black background
contrast 16.14:1
Card sample
#baeaf2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeaf2;
Background color
Panel with #baeaf2 background
background-color: #baeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeaf2; background: linear-gradient(135deg, #baeaf2, #BAC5F2);