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