#baf3ff
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 243, 255
HSL
190°, 100%, 87%
CMYK
27, 5, 0, 0
Luminance
0.8176
Every format
| HEX | #baf3ff |
| RGB | rgb(186, 243, 255) |
| HSL | hsl(190, 100%, 87%) |
| CMYK | cmyk(27%, 5%, 0%, 0%) |
| LAB | lab(92.5 -15.3 -11.6) |
| LCH | lch(92.5 19.2 217.3) |
| OKLCH | oklch(0.929 0.060 212.0) |
Copy-ready code
/* CSS */
color: #baf3ff;
background-color: #baf3ff;
/* Tailwind (arbitrary) */
class="text-[#baf3ff] bg-[#baf3ff]"
/* SCSS */
$brand: #baf3ff;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#baf3ff")Accessibility — WCAG contrast
Aa
#baf3ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf3ff on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue100.0%
CMYK percentages
Cyan27.1%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#baf3ff text on a black background
contrast 17.35:1
Card sample
#baf3ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf3ff;
Background color
Panel with #baf3ff background
background-color: #baf3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf3ff; background: linear-gradient(135deg, #baf3ff, #BAC5FF);