#baedeb
a light, vivid cyan · cool · closest name: white
RGB
186, 237, 235
HSL
178°, 59%, 83%
CMYK
22, 0, 1, 7
Luminance
0.7701
Every format
| HEX | #baedeb |
| RGB | rgb(186, 237, 235) |
| HSL | hsl(178, 59%, 83%) |
| CMYK | cmyk(22%, 0%, 1%, 7%) |
| LAB | lab(90.3 -16.6 -4.4) |
| LCH | lch(90.3 17.2 194.8) |
| OKLCH | oklch(0.910 0.052 193.3) |
Copy-ready code
/* CSS */
color: #baedeb;
background-color: #baedeb;
/* Tailwind (arbitrary) */
class="text-[#baedeb] bg-[#baedeb]"
/* SCSS */
$brand: #baedeb;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#baedeb")Accessibility — WCAG contrast
Aa
#baedeb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baedeb on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue92.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#baedeb text on a black background
contrast 16.40:1
Card sample
#baedeb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baedeb;
Background color
Panel with #baedeb background
background-color: #baedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baedeb; background: linear-gradient(135deg, #baedeb, #BACDED);