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