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