#bae9f9
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 233, 249
HSL
195°, 84%, 85%
CMYK
25, 6, 0, 2
Luminance
0.7556
Every format
| HEX | #bae9f9 |
| RGB | rgb(186, 233, 249) |
| HSL | hsl(195, 84%, 85%) |
| CMYK | cmyk(25%, 6%, 0%, 2%) |
| LAB | lab(89.7 -11.6 -12.7) |
| LCH | lch(89.7 17.2 227.7) |
| OKLCH | oklch(0.906 0.053 220.6) |
Copy-ready code
/* CSS */
color: #bae9f9;
background-color: #bae9f9;
/* Tailwind (arbitrary) */
class="text-[#bae9f9] bg-[#bae9f9]"
/* SCSS */
$brand: #bae9f9;
/* SwiftUI */
Color(red: 0.729, green: 0.914, blue: 0.976)
/* Android */
Color.parseColor("#bae9f9")Accessibility — WCAG contrast
Aa
#bae9f9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae9f9 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.4%
Blue97.6%
CMYK percentages
Cyan25.3%
Magenta6.4%
Yellow0.0%
Key (black)2.4%
Color previews
#bae9f9 text on a black background
contrast 16.11:1
Card sample
#bae9f9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae9f9;
Background color
Panel with #bae9f9 background
background-color: #bae9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 233, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 233, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae9f9; background: linear-gradient(135deg, #bae9f9, #BABFF9);