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