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