#bafdfc
a pale, electric cyan · cool · closest name: white
RGB
186, 253, 252
HSL
179°, 94%, 86%
CMYK
27, 0, 0, 1
Luminance
0.8772
Every format
| HEX | #bafdfc |
| RGB | rgb(186, 253, 252) |
| HSL | hsl(179, 94%, 86%) |
| CMYK | cmyk(27%, 0%, 0%, 1%) |
| LAB | lab(95.0 -20.9 -6.3) |
| LCH | lch(95.0 21.8 196.7) |
| OKLCH | oklch(0.949 0.067 194.9) |
Copy-ready code
/* CSS */
color: #bafdfc;
background-color: #bafdfc;
/* Tailwind (arbitrary) */
class="text-[#bafdfc] bg-[#bafdfc]"
/* SCSS */
$brand: #bafdfc;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#bafdfc")Accessibility — WCAG contrast
Aa
#bafdfc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafdfc on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue98.8%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#bafdfc text on a black background
contrast 18.54:1
Card sample
#bafdfc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafdfc;
Background color
Panel with #bafdfc background
background-color: #bafdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafdfc; background: linear-gradient(135deg, #bafdfc, #BAD1FD);