#bafcf8
a pale, electric cyan · cool · closest name: white
RGB
186, 252, 248
HSL
176°, 92%, 86%
CMYK
26, 0, 2, 1
Luminance
0.8684
Every format
| HEX | #bafcf8 |
| RGB | rgb(186, 252, 248) |
| HSL | hsl(176, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 2%, 1%) |
| LAB | lab(94.7 -21.2 -4.7) |
| LCH | lch(94.7 21.8 192.6) |
| OKLCH | oklch(0.946 0.066 191.4) |
Copy-ready code
/* CSS */
color: #bafcf8;
background-color: #bafcf8;
/* Tailwind (arbitrary) */
class="text-[#bafcf8] bg-[#bafcf8]"
/* SCSS */
$brand: #bafcf8;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.973)
/* Android */
Color.parseColor("#bafcf8")Accessibility — WCAG contrast
Aa
#bafcf8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcf8 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue97.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow1.6%
Key (black)1.2%
Color previews
#bafcf8 text on a black background
contrast 18.37:1
Card sample
#bafcf8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcf8;
Background color
Panel with #bafcf8 background
background-color: #bafcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcf8; background: linear-gradient(135deg, #bafcf8, #BAD4FC);