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