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