#b8fefd
a pale, electric cyan · cool · closest name: skyblue
RGB
184, 254, 253
HSL
179°, 97%, 86%
CMYK
28, 0, 0, 0
Luminance
0.8817
Every format
| HEX | #b8fefd |
| RGB | rgb(184, 254, 253) |
| HSL | hsl(179, 97%, 86%) |
| CMYK | cmyk(28%, 0%, 0%, 0%) |
| LAB | lab(95.2 -21.7 -6.5) |
| LCH | lch(95.2 22.6 196.7) |
| OKLCH | oklch(0.951 0.069 194.9) |
Copy-ready code
/* CSS */
color: #b8fefd;
background-color: #b8fefd;
/* Tailwind (arbitrary) */
class="text-[#b8fefd] bg-[#b8fefd]"
/* SCSS */
$brand: #b8fefd;
/* SwiftUI */
Color(red: 0.722, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#b8fefd")Accessibility — WCAG contrast
Aa
#b8fefd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fefd on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green99.6%
Blue99.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#b8fefd text on a black background
contrast 18.63:1
Card sample
#b8fefd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fefd;
Background color
Panel with #b8fefd background
background-color: #b8fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fefd; background: linear-gradient(135deg, #b8fefd, #B8D0FE);