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