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