#bafafd
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 250, 253
HSL
183°, 94%, 86%
CMYK
27, 1, 0, 1
Luminance
0.8590
Every format
| HEX | #bafafd |
| RGB | rgb(186, 250, 253) |
| HSL | hsl(183, 94%, 86%) |
| CMYK | cmyk(27%, 1%, 0%, 1%) |
| LAB | lab(94.3 -19.2 -7.9) |
| LCH | lch(94.3 20.7 202.4) |
| OKLCH | oklch(0.943 0.064 199.8) |
Copy-ready code
/* CSS */
color: #bafafd;
background-color: #bafafd;
/* Tailwind (arbitrary) */
class="text-[#bafafd] bg-[#bafafd]"
/* SCSS */
$brand: #bafafd;
/* SwiftUI */
Color(red: 0.729, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#bafafd")Accessibility — WCAG contrast
Aa
#bafafd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafafd on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.0%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#bafafd text on a black background
contrast 18.18:1
Card sample
#bafafd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafafd;
Background color
Panel with #bafafd background
background-color: #bafafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafafd; background: linear-gradient(135deg, #bafafd, #BACDFD);