#baebdf
a light, vivid cyan · cool · closest name: beige
RGB
186, 235, 223
HSL
165°, 55%, 83%
CMYK
21, 0, 5, 8
Luminance
0.7518
Every format
| HEX | #baebdf |
| RGB | rgb(186, 235, 223) |
| HSL | hsl(165, 55%, 83%) |
| CMYK | cmyk(21%, 0%, 5%, 8%) |
| LAB | lab(89.5 -18.1 0.7) |
| LCH | lch(89.5 18.1 177.9) |
| OKLCH | oklch(0.903 0.053 178.4) |
Copy-ready code
/* CSS */
color: #baebdf;
background-color: #baebdf;
/* Tailwind (arbitrary) */
class="text-[#baebdf] bg-[#baebdf]"
/* SCSS */
$brand: #baebdf;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#baebdf")Accessibility — WCAG contrast
Aa
#baebdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebdf on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue87.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#baebdf text on a black background
contrast 16.04:1
Card sample
#baebdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebdf;
Background color
Panel with #baebdf background
background-color: #baebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebdf; background: linear-gradient(135deg, #baebdf, #BAD6EB);