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