#bafdf4
a pale, electric cyan · cool · closest name: ivory
RGB
186, 253, 244
HSL
172°, 94%, 86%
CMYK
27, 0, 4, 1
Luminance
0.8722
Every format
| HEX | #bafdf4 |
| RGB | rgb(186, 253, 244) |
| HSL | hsl(172, 94%, 86%) |
| CMYK | cmyk(27%, 0%, 4%, 1%) |
| LAB | lab(94.8 -22.6 -2.4) |
| LCH | lch(94.8 22.7 186.1) |
| OKLCH | oklch(0.947 0.068 185.8) |
Copy-ready code
/* CSS */
color: #bafdf4;
background-color: #bafdf4;
/* Tailwind (arbitrary) */
class="text-[#bafdf4] bg-[#bafdf4]"
/* SCSS */
$brand: #bafdf4;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.957)
/* Android */
Color.parseColor("#bafdf4")Accessibility — WCAG contrast
Aa
#bafdf4 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafdf4 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue95.7%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow3.6%
Key (black)0.8%
Color previews
#bafdf4 text on a black background
contrast 18.44:1
Card sample
#bafdf4 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafdf4;
Background color
Panel with #bafdf4 background
background-color: #bafdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafdf4; background: linear-gradient(135deg, #bafdf4, #BAD9FD);