#baeee5
a light, vivid cyan · cool · closest name: ivory
RGB
186, 238, 229
HSL
170°, 61%, 83%
CMYK
22, 0, 4, 7
Luminance
0.7725
Every format
| HEX | #baeee5 |
| RGB | rgb(186, 238, 229) |
| HSL | hsl(170, 61%, 83%) |
| CMYK | cmyk(22%, 0%, 4%, 7%) |
| LAB | lab(90.4 -18.3 -1.1) |
| LCH | lch(90.4 18.4 183.4) |
| OKLCH | oklch(0.911 0.054 183.3) |
Copy-ready code
/* CSS */
color: #baeee5;
background-color: #baeee5;
/* Tailwind (arbitrary) */
class="text-[#baeee5] bg-[#baeee5]"
/* SCSS */
$brand: #baeee5;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#baeee5")Accessibility — WCAG contrast
Aa
#baeee5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeee5 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue89.8%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow3.8%
Key (black)6.7%
Color previews
#baeee5 text on a black background
contrast 16.45:1
Card sample
#baeee5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeee5;
Background color
Panel with #baeee5 background
background-color: #baeee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeee5; background: linear-gradient(135deg, #baeee5, #BAD4EE);