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