#baeaf4
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 234, 244
HSL
190°, 73%, 84%
CMYK
24, 4, 0, 4
Luminance
0.7582
Every format
| HEX | #baeaf4 |
| RGB | rgb(186, 234, 244) |
| HSL | hsl(190, 73%, 84%) |
| CMYK | cmyk(24%, 4%, 0%, 4%) |
| LAB | lab(89.8 -13.2 -9.9) |
| LCH | lch(89.8 16.5 216.9) |
| OKLCH | oklch(0.907 0.051 211.8) |
Copy-ready code
/* CSS */
color: #baeaf4;
background-color: #baeaf4;
/* Tailwind (arbitrary) */
class="text-[#baeaf4] bg-[#baeaf4]"
/* SCSS */
$brand: #baeaf4;
/* SwiftUI */
Color(red: 0.729, green: 0.918, blue: 0.957)
/* Android */
Color.parseColor("#baeaf4")Accessibility — WCAG contrast
Aa
#baeaf4 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeaf4 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.8%
Blue95.7%
CMYK percentages
Cyan23.8%
Magenta4.1%
Yellow0.0%
Key (black)4.3%
Color previews
#baeaf4 text on a black background
contrast 16.16:1
Card sample
#baeaf4 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeaf4;
Background color
Panel with #baeaf4 background
background-color: #baeaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 234, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 234, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeaf4; background: linear-gradient(135deg, #baeaf4, #BAC3F4);