#baeff2
a light, vivid cyan · cool · closest name: skyblue
RGB
186, 239, 242
HSL
183°, 68%, 84%
CMYK
23, 1, 0, 5
Luminance
0.7858
Every format
| HEX | #baeff2 |
| RGB | rgb(186, 239, 242) |
| HSL | hsl(183, 68%, 84%) |
| CMYK | cmyk(23%, 1%, 0%, 5%) |
| LAB | lab(91.0 -16.1 -7.0) |
| LCH | lch(91.0 17.5 203.4) |
| OKLCH | oklch(0.917 0.054 200.6) |
Copy-ready code
/* CSS */
color: #baeff2;
background-color: #baeff2;
/* Tailwind (arbitrary) */
class="text-[#baeff2] bg-[#baeff2]"
/* SCSS */
$brand: #baeff2;
/* SwiftUI */
Color(red: 0.729, green: 0.937, blue: 0.949)
/* Android */
Color.parseColor("#baeff2")Accessibility — WCAG contrast
Aa
#baeff2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeff2 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.7%
Blue94.9%
CMYK percentages
Cyan23.1%
Magenta1.2%
Yellow0.0%
Key (black)5.1%
Color previews
#baeff2 text on a black background
contrast 16.72:1
Card sample
#baeff2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeff2;
Background color
Panel with #baeff2 background
background-color: #baeff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 239, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 239, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeff2; background: linear-gradient(135deg, #baeff2, #BACAF2);