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