#bafffc
a pale, electric cyan · cool · closest name: white
RGB
186, 255, 252
HSL
177°, 100%, 87%
CMYK
27, 0, 1, 0
Luminance
0.8899
Every format
| HEX | #bafffc |
| RGB | rgb(186, 255, 252) |
| HSL | hsl(177, 100%, 87%) |
| CMYK | cmyk(27%, 0%, 1%, 0%) |
| LAB | lab(95.6 -21.8 -5.5) |
| LCH | lch(95.6 22.5 194.0) |
| OKLCH | oklch(0.954 0.068 192.7) |
Copy-ready code
/* CSS */
color: #bafffc;
background-color: #bafffc;
/* Tailwind (arbitrary) */
class="text-[#bafffc] bg-[#bafffc]"
/* SCSS */
$brand: #bafffc;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#bafffc")Accessibility — WCAG contrast
Aa
#bafffc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafffc on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue98.8%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#bafffc text on a black background
contrast 18.80:1
Card sample
#bafffc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafffc;
Background color
Panel with #bafffc background
background-color: #bafffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafffc; background: linear-gradient(135deg, #bafffc, #BAD4FF);