#b8fcfd
a pale, electric cyan · cool · closest name: skyblue
RGB
184, 252, 253
HSL
181°, 95%, 86%
CMYK
27, 0, 0, 1
Luminance
0.8690
Every format
| HEX | #b8fcfd |
| RGB | rgb(184, 252, 253) |
| HSL | hsl(181, 95%, 86%) |
| CMYK | cmyk(27%, 0%, 0%, 1%) |
| LAB | lab(94.7 -20.7 -7.3) |
| LCH | lch(94.7 22.0 199.4) |
| OKLCH | oklch(0.947 0.067 197.2) |
Copy-ready code
/* CSS */
color: #b8fcfd;
background-color: #b8fcfd;
/* Tailwind (arbitrary) */
class="text-[#b8fcfd] bg-[#b8fcfd]"
/* SCSS */
$brand: #b8fcfd;
/* SwiftUI */
Color(red: 0.722, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#b8fcfd")Accessibility — WCAG contrast
Aa
#b8fcfd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fcfd on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green98.8%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b8fcfd text on a black background
contrast 18.38:1
Card sample
#b8fcfd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fcfd;
Background color
Panel with #b8fcfd background
background-color: #b8fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fcfd; background: linear-gradient(135deg, #b8fcfd, #B8CEFD);