#baf6fe
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 246, 254
HSL
187°, 97%, 86%
CMYK
27, 3, 0, 0
Luminance
0.8351
Every format
| HEX | #baf6fe |
| RGB | rgb(186, 246, 254) |
| HSL | hsl(187, 97%, 86%) |
| CMYK | cmyk(27%, 3%, 0%, 0%) |
| LAB | lab(93.2 -17.0 -10.0) |
| LCH | lch(93.2 19.7 210.4) |
| OKLCH | oklch(0.935 0.061 206.4) |
Copy-ready code
/* CSS */
color: #baf6fe;
background-color: #baf6fe;
/* Tailwind (arbitrary) */
class="text-[#baf6fe] bg-[#baf6fe]"
/* SCSS */
$brand: #baf6fe;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.996)
/* Android */
Color.parseColor("#baf6fe")Accessibility — WCAG contrast
Aa
#baf6fe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf6fe on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta3.1%
Yellow0.0%
Key (black)0.4%
Color previews
#baf6fe text on a black background
contrast 17.70:1
Card sample
#baf6fe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf6fe;
Background color
Panel with #baf6fe background
background-color: #baf6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf6fe; background: linear-gradient(135deg, #baf6fe, #BAC9FE);