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