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