#baf1ff
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 241, 255
HSL
192°, 100%, 87%
CMYK
27, 6, 0, 0
Luminance
0.8057
Every format
| HEX | #baf1ff |
| RGB | rgb(186, 241, 255) |
| HSL | hsl(192, 100%, 87%) |
| CMYK | cmyk(27%, 6%, 0%, 0%) |
| LAB | lab(91.9 -14.3 -12.4) |
| LCH | lch(91.9 18.9 221.0) |
| OKLCH | oklch(0.925 0.059 215.1) |
Copy-ready code
/* CSS */
color: #baf1ff;
background-color: #baf1ff;
/* Tailwind (arbitrary) */
class="text-[#baf1ff] bg-[#baf1ff]"
/* SCSS */
$brand: #baf1ff;
/* SwiftUI */
Color(red: 0.729, green: 0.945, blue: 1.000)
/* Android */
Color.parseColor("#baf1ff")Accessibility — WCAG contrast
Aa
#baf1ff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf1ff on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.5%
Blue100.0%
CMYK percentages
Cyan27.1%
Magenta5.5%
Yellow0.0%
Key (black)0.0%
Color previews
#baf1ff text on a black background
contrast 17.11:1
Card sample
#baf1ff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf1ff;
Background color
Panel with #baf1ff background
background-color: #baf1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 241, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 241, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf1ff; background: linear-gradient(135deg, #baf1ff, #BAC3FF);