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