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