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