#b6fff8
a pale, electric cyan · cool · closest name: ivory
RGB
182, 255, 248
HSL
174°, 100%, 86%
CMYK
29, 0, 3, 0
Luminance
0.8824
Every format
| HEX | #b6fff8 |
| RGB | rgb(182, 255, 248) |
| HSL | hsl(174, 100%, 86%) |
| CMYK | cmyk(29%, 0%, 3%, 0%) |
| LAB | lab(95.3 -23.8 -3.9) |
| LCH | lch(95.3 24.1 189.3) |
| OKLCH | oklch(0.950 0.072 188.6) |
Copy-ready code
/* CSS */
color: #b6fff8;
background-color: #b6fff8;
/* Tailwind (arbitrary) */
class="text-[#b6fff8] bg-[#b6fff8]"
/* SCSS */
$brand: #b6fff8;
/* SwiftUI */
Color(red: 0.714, green: 1.000, blue: 0.973)
/* Android */
Color.parseColor("#b6fff8")Accessibility — WCAG contrast
Aa
#b6fff8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6fff8 on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green100.0%
Blue97.3%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow2.7%
Key (black)0.0%
Color previews
#b6fff8 text on a black background
contrast 18.65:1
Card sample
#b6fff8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6fff8;
Background color
Panel with #b6fff8 background
background-color: #b6fff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6fff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 255, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 255, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6fff8; background: linear-gradient(135deg, #b6fff8, #B6D5FF);