#b5fcff
a pale, electric cyan · cool · closest name: skyblue
RGB
181, 252, 255
HSL
182°, 100%, 86%
CMYK
29, 1, 0, 0
Luminance
0.8666
Every format
| HEX | #b5fcff |
| RGB | rgb(181, 252, 255) |
| HSL | hsl(182, 100%, 86%) |
| CMYK | cmyk(29%, 1%, 0%, 0%) |
| LAB | lab(94.6 -21.1 -8.5) |
| LCH | lch(94.6 22.7 201.9) |
| OKLCH | oklch(0.945 0.070 199.3) |
Copy-ready code
/* CSS */
color: #b5fcff;
background-color: #b5fcff;
/* Tailwind (arbitrary) */
class="text-[#b5fcff] bg-[#b5fcff]"
/* SCSS */
$brand: #b5fcff;
/* SwiftUI */
Color(red: 0.710, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#b5fcff")Accessibility — WCAG contrast
Aa
#b5fcff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5fcff on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green98.8%
Blue100.0%
CMYK percentages
Cyan29.0%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b5fcff text on a black background
contrast 18.33:1
Card sample
#b5fcff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5fcff;
Background color
Panel with #b5fcff background
background-color: #b5fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5fcff; background: linear-gradient(135deg, #b5fcff, #B5CBFF);