#bbf1e4
a light, vivid cyan · cool · closest name: beige
RGB
187, 241, 228
HSL
166°, 66%, 84%
CMYK
22, 0, 5, 6
Luminance
0.7908
Every format
| HEX | #bbf1e4 |
| RGB | rgb(187, 241, 228) |
| HSL | hsl(166, 66%, 84%) |
| CMYK | cmyk(22%, 0%, 5%, 6%) |
| LAB | lab(91.3 -19.7 0.7) |
| LCH | lch(91.3 19.7 178.1) |
| OKLCH | oklch(0.917 0.058 178.6) |
Copy-ready code
/* CSS */
color: #bbf1e4;
background-color: #bbf1e4;
/* Tailwind (arbitrary) */
class="text-[#bbf1e4] bg-[#bbf1e4]"
/* SCSS */
$brand: #bbf1e4;
/* SwiftUI */
Color(red: 0.733, green: 0.945, blue: 0.894)
/* Android */
Color.parseColor("#bbf1e4")Accessibility — WCAG contrast
Aa
#bbf1e4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf1e4 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green94.5%
Blue89.4%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow5.4%
Key (black)5.5%
Color previews
#bbf1e4 text on a black background
contrast 16.82:1
Card sample
#bbf1e4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf1e4;
Background color
Panel with #bbf1e4 background
background-color: #bbf1e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf1e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 241, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 241, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf1e4; background: linear-gradient(135deg, #bbf1e4, #BBDAF1);