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