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