#bafcf1
a pale, electric cyan · cool · closest name: ivory
RGB
186, 252, 241
HSL
170°, 92%, 86%
CMYK
26, 0, 4, 1
Luminance
0.8641
Every format
| HEX | #bafcf1 |
| RGB | rgb(186, 252, 241) |
| HSL | hsl(170, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 4%, 1%) |
| LAB | lab(94.5 -22.7 -1.4) |
| LCH | lch(94.5 22.8 183.5) |
| OKLCH | oklch(0.944 0.067 183.4) |
Copy-ready code
/* CSS */
color: #bafcf1;
background-color: #bafcf1;
/* Tailwind (arbitrary) */
class="text-[#bafcf1] bg-[#bafcf1]"
/* SCSS */
$brand: #bafcf1;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.945)
/* Android */
Color.parseColor("#bafcf1")Accessibility — WCAG contrast
Aa
#bafcf1 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcf1 on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue94.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow4.4%
Key (black)1.2%
Color previews
#bafcf1 text on a black background
contrast 18.28:1
Card sample
#bafcf1 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcf1;
Background color
Panel with #bafcf1 background
background-color: #bafcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcf1; background: linear-gradient(135deg, #bafcf1, #BADBFC);