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