#bafefe
a pale, electric cyan · cool · closest name: white
RGB
186, 254, 254
HSL
180°, 97%, 86%
CMYK
27, 0, 0, 0
Luminance
0.8848
Every format
| HEX | #bafefe |
| RGB | rgb(186, 254, 254) |
| HSL | hsl(180, 97%, 86%) |
| CMYK | cmyk(27%, 0%, 0%, 0%) |
| LAB | lab(95.4 -20.9 -6.8) |
| LCH | lch(95.4 22.0 198.0) |
| OKLCH | oklch(0.952 0.067 196.1) |
Copy-ready code
/* CSS */
color: #bafefe;
background-color: #bafefe;
/* Tailwind (arbitrary) */
class="text-[#bafefe] bg-[#bafefe]"
/* SCSS */
$brand: #bafefe;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#bafefe")Accessibility — WCAG contrast
Aa
#bafefe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafefe on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#bafefe text on a black background
contrast 18.70:1
Card sample
#bafefe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafefe;
Background color
Panel with #bafefe background
background-color: #bafefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafefe; background: linear-gradient(135deg, #bafefe, #BAD1FE);