#baf8ff
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 248, 255
HSL
186°, 100%, 87%
CMYK
27, 3, 0, 0
Luminance
0.8479
Every format
| HEX | #baf8ff |
| RGB | rgb(186, 248, 255) |
| HSL | hsl(186, 100%, 87%) |
| CMYK | cmyk(27%, 3%, 0%, 0%) |
| LAB | lab(93.8 -17.7 -9.7) |
| LCH | lch(93.8 20.2 208.5) |
| OKLCH | oklch(0.940 0.063 204.8) |
Copy-ready code
/* CSS */
color: #baf8ff;
background-color: #baf8ff;
/* Tailwind (arbitrary) */
class="text-[#baf8ff] bg-[#baf8ff]"
/* SCSS */
$brand: #baf8ff;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#baf8ff")Accessibility — WCAG contrast
Aa
#baf8ff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf8ff on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue100.0%
CMYK percentages
Cyan27.1%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#baf8ff text on a black background
contrast 17.96:1
Card sample
#baf8ff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf8ff;
Background color
Panel with #baf8ff background
background-color: #baf8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf8ff; background: linear-gradient(135deg, #baf8ff, #BACAFF);