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