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