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