#baf5ff
a pale, electric cyan · cool · closest name: skyblue
RGB
186, 245, 255
HSL
189°, 100%, 87%
CMYK
27, 4, 0, 0
Luminance
0.8296
Every format
| HEX | #baf5ff |
| RGB | rgb(186, 245, 255) |
| HSL | hsl(189, 100%, 87%) |
| CMYK | cmyk(27%, 4%, 0%, 0%) |
| LAB | lab(93.0 -16.3 -10.8) |
| LCH | lch(93.0 19.5 213.7) |
| OKLCH | oklch(0.933 0.061 209.0) |
Copy-ready code
/* CSS */
color: #baf5ff;
background-color: #baf5ff;
/* Tailwind (arbitrary) */
class="text-[#baf5ff] bg-[#baf5ff]"
/* SCSS */
$brand: #baf5ff;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#baf5ff")Accessibility — WCAG contrast
Aa
#baf5ff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf5ff on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue100.0%
CMYK percentages
Cyan27.1%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#baf5ff text on a black background
contrast 17.59:1
Card sample
#baf5ff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf5ff;
Background color
Panel with #baf5ff background
background-color: #baf5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf5ff; background: linear-gradient(135deg, #baf5ff, #BAC7FF);