#bafdfe
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 253, 254
HSL
181°, 97%, 86%
CMYK
27, 0, 0, 0
Luminance
0.8785
Every format
| HEX | #bafdfe |
| RGB | rgb(186, 253, 254) |
| HSL | hsl(181, 97%, 86%) |
| CMYK | cmyk(27%, 0%, 0%, 0%) |
| LAB | lab(95.1 -20.4 -7.2) |
| LCH | lch(95.1 21.6 199.4) |
| OKLCH | oklch(0.950 0.066 197.2) |
Copy-ready code
/* CSS */
color: #bafdfe;
background-color: #bafdfe;
/* Tailwind (arbitrary) */
class="text-[#bafdfe] bg-[#bafdfe]"
/* SCSS */
$brand: #bafdfe;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#bafdfe")Accessibility — WCAG contrast
Aa
#bafdfe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafdfe on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#bafdfe text on a black background
contrast 18.57:1
Card sample
#bafdfe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafdfe;
Background color
Panel with #bafdfe background
background-color: #bafdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafdfe; background: linear-gradient(135deg, #bafdfe, #BAD0FE);