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