#bbfeee
a pale, electric cyan · cool · closest name: beige
RGB
187, 254, 238
HSL
166°, 97%, 87%
CMYK
26, 0, 6, 0
Luminance
0.8762
Every format
| HEX | #bbfeee |
| RGB | rgb(187, 254, 238) |
| HSL | hsl(166, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 6%, 0%) |
| LAB | lab(95.0 -24.0 0.9) |
| LCH | lch(95.0 24.0 177.8) |
| OKLCH | oklch(0.948 0.070 178.3) |
Copy-ready code
/* CSS */
color: #bbfeee;
background-color: #bbfeee;
/* Tailwind (arbitrary) */
class="text-[#bbfeee] bg-[#bbfeee]"
/* SCSS */
$brand: #bbfeee;
/* SwiftUI */
Color(red: 0.733, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#bbfeee")Accessibility — WCAG contrast
Aa
#bbfeee on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfeee on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green99.6%
Blue93.3%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#bbfeee text on a black background
contrast 18.52:1
Card sample
#bbfeee text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfeee;
Background color
Panel with #bbfeee background
background-color: #bbfeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfeee; background: linear-gradient(135deg, #bbfeee, #BBE1FE);