#baecf0
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 236, 240
HSL
184°, 64%, 84%
CMYK
23, 2, 0, 6
Luminance
0.7672
Every format
| HEX | #baecf0 |
| RGB | rgb(186, 236, 240) |
| HSL | hsl(184, 64%, 84%) |
| CMYK | cmyk(23%, 2%, 0%, 6%) |
| LAB | lab(90.2 -15.0 -7.2) |
| LCH | lch(90.2 16.7 205.5) |
| OKLCH | oklch(0.910 0.051 202.4) |
Copy-ready code
/* CSS */
color: #baecf0;
background-color: #baecf0;
/* Tailwind (arbitrary) */
class="text-[#baecf0] bg-[#baecf0]"
/* SCSS */
$brand: #baecf0;
/* SwiftUI */
Color(red: 0.729, green: 0.925, blue: 0.941)
/* Android */
Color.parseColor("#baecf0")Accessibility — WCAG contrast
Aa
#baecf0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baecf0 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.5%
Blue94.1%
CMYK percentages
Cyan22.5%
Magenta1.7%
Yellow0.0%
Key (black)5.9%
Color previews
#baecf0 text on a black background
contrast 16.34:1
Card sample
#baecf0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baecf0;
Background color
Panel with #baecf0 background
background-color: #baecf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baecf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 236, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 236, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baecf0; background: linear-gradient(135deg, #baecf0, #BAC8F0);