#bbe4cf
a light, soft green · cool · closest name: beige
RGB
187, 228, 207
HSL
149°, 43%, 81%
CMYK
18, 0, 9, 11
Luminance
0.7056
Every format
| HEX | #bbe4cf |
| RGB | rgb(187, 228, 207) |
| HSL | hsl(149, 43%, 81%) |
| CMYK | cmyk(18%, 0%, 9%, 11%) |
| LAB | lab(87.3 -17.4 5.8) |
| LCH | lch(87.3 18.4 161.5) |
| OKLCH | oklch(0.884 0.051 162.9) |
Copy-ready code
/* CSS */
color: #bbe4cf;
background-color: #bbe4cf;
/* Tailwind (arbitrary) */
class="text-[#bbe4cf] bg-[#bbe4cf]"
/* SCSS */
$brand: #bbe4cf;
/* SwiftUI */
Color(red: 0.733, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#bbe4cf")Accessibility — WCAG contrast
Aa
#bbe4cf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe4cf on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.4%
Blue81.2%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow9.2%
Key (black)10.6%
Color previews
#bbe4cf text on a black background
contrast 15.11:1
Card sample
#bbe4cf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe4cf;
Background color
Panel with #bbe4cf background
background-color: #bbe4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe4cf; background: linear-gradient(135deg, #bbe4cf, #BBDEE4);