#baefdf
a light, vivid cyan · cool · closest name: beige
RGB
186, 239, 223
HSL
162°, 62%, 83%
CMYK
22, 0, 7, 6
Luminance
0.7750
Every format
| HEX | #baefdf |
| RGB | rgb(186, 239, 223) |
| HSL | hsl(162, 62%, 83%) |
| CMYK | cmyk(22%, 0%, 7%, 6%) |
| LAB | lab(90.5 -20.0 2.2) |
| LCH | lch(90.5 20.2 173.7) |
| OKLCH | oklch(0.911 0.058 174.5) |
Copy-ready code
/* CSS */
color: #baefdf;
background-color: #baefdf;
/* Tailwind (arbitrary) */
class="text-[#baefdf] bg-[#baefdf]"
/* SCSS */
$brand: #baefdf;
/* SwiftUI */
Color(red: 0.729, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#baefdf")Accessibility — WCAG contrast
Aa
#baefdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baefdf on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.7%
Blue87.5%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#baefdf text on a black background
contrast 16.50:1
Card sample
#baefdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baefdf;
Background color
Panel with #baefdf background
background-color: #baefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baefdf; background: linear-gradient(135deg, #baefdf, #BADCEF);