#bafcf3
a pale, electric cyan · cool · closest name: ivory
RGB
186, 252, 243
HSL
172°, 92%, 86%
CMYK
26, 0, 4, 1
Luminance
0.8653
Every format
| HEX | #bafcf3 |
| RGB | rgb(186, 252, 243) |
| HSL | hsl(172, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 4%, 1%) |
| LAB | lab(94.5 -22.3 -2.3) |
| LCH | lch(94.5 22.4 186.0) |
| OKLCH | oklch(0.945 0.067 185.7) |
Copy-ready code
/* CSS */
color: #bafcf3;
background-color: #bafcf3;
/* Tailwind (arbitrary) */
class="text-[#bafcf3] bg-[#bafcf3]"
/* SCSS */
$brand: #bafcf3;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.953)
/* Android */
Color.parseColor("#bafcf3")Accessibility — WCAG contrast
Aa
#bafcf3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcf3 on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue95.3%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow3.6%
Key (black)1.2%
Color previews
#bafcf3 text on a black background
contrast 18.31:1
Card sample
#bafcf3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcf3;
Background color
Panel with #bafcf3 background
background-color: #bafcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcf3; background: linear-gradient(135deg, #bafcf3, #BAD9FC);