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