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