#baeddf
a light, vivid cyan · cool · closest name: beige
RGB
186, 237, 223
HSL
164°, 59%, 83%
CMYK
22, 0, 6, 7
Luminance
0.7634
Every format
| HEX | #baeddf |
| RGB | rgb(186, 237, 223) |
| HSL | hsl(164, 59%, 83%) |
| CMYK | cmyk(22%, 0%, 6%, 7%) |
| LAB | lab(90.0 -19.1 1.4) |
| LCH | lch(90.0 19.1 175.7) |
| OKLCH | oklch(0.907 0.056 176.4) |
Copy-ready code
/* CSS */
color: #baeddf;
background-color: #baeddf;
/* Tailwind (arbitrary) */
class="text-[#baeddf] bg-[#baeddf]"
/* SCSS */
$brand: #baeddf;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#baeddf")Accessibility — WCAG contrast
Aa
#baeddf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeddf on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#baeddf text on a black background
contrast 16.27:1
Card sample
#baeddf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeddf;
Background color
Panel with #baeddf background
background-color: #baeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeddf; background: linear-gradient(135deg, #baeddf, #BAD9ED);