#b5fdfb
a pale, electric cyan · cool · closest name: skyblue
RGB
181, 253, 251
HSL
178°, 95%, 85%
CMYK
29, 0, 1, 1
Luminance
0.8704
Every format
| HEX | #b5fdfb |
| RGB | rgb(181, 253, 251) |
| HSL | hsl(178, 95%, 85%) |
| CMYK | cmyk(29%, 0%, 1%, 1%) |
| LAB | lab(94.8 -22.5 -6.2) |
| LCH | lch(94.8 23.3 195.4) |
| OKLCH | oklch(0.946 0.071 193.8) |
Copy-ready code
/* CSS */
color: #b5fdfb;
background-color: #b5fdfb;
/* Tailwind (arbitrary) */
class="text-[#b5fdfb] bg-[#b5fdfb]"
/* SCSS */
$brand: #b5fdfb;
/* SwiftUI */
Color(red: 0.710, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#b5fdfb")Accessibility — WCAG contrast
Aa
#b5fdfb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5fdfb on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green99.2%
Blue98.4%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#b5fdfb text on a black background
contrast 18.41:1
Card sample
#b5fdfb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5fdfb;
Background color
Panel with #b5fdfb background
background-color: #b5fdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5fdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5fdfb; background: linear-gradient(135deg, #b5fdfb, #B5CFFD);