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