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