#b1efff
a light, electric cyan · cool · closest name: skyblue
RGB
177, 239, 255
HSL
192°, 100%, 85%
CMYK
31, 6, 0, 0
Luminance
0.7830
Every format
| HEX | #b1efff |
| RGB | rgb(177, 239, 255) |
| HSL | hsl(192, 100%, 85%) |
| CMYK | cmyk(31%, 6%, 0%, 0%) |
| LAB | lab(90.9 -15.8 -14.0) |
| LCH | lch(90.9 21.1 221.6) |
| OKLCH | oklch(0.916 0.066 215.4) |
Copy-ready code
/* CSS */
color: #b1efff;
background-color: #b1efff;
/* Tailwind (arbitrary) */
class="text-[#b1efff] bg-[#b1efff]"
/* SCSS */
$brand: #b1efff;
/* SwiftUI */
Color(red: 0.694, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#b1efff")Accessibility — WCAG contrast
Aa
#b1efff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1efff on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green93.7%
Blue100.0%
CMYK percentages
Cyan30.6%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#b1efff text on a black background
contrast 16.66:1
Card sample
#b1efff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1efff;
Background color
Panel with #b1efff background
background-color: #b1efff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1efff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1efff; background: linear-gradient(135deg, #b1efff, #B1BBFF);