#bbe2cf
a light, soft green · cool · closest name: beige
RGB
187, 226, 207
HSL
151°, 40%, 81%
CMYK
17, 0, 8, 11
Luminance
0.6946
Every format
| HEX | #bbe2cf |
| RGB | rgb(187, 226, 207) |
| HSL | hsl(151, 40%, 81%) |
| CMYK | cmyk(17%, 0%, 8%, 11%) |
| LAB | lab(86.7 -16.4 5.1) |
| LCH | lch(86.7 17.2 162.8) |
| OKLCH | oklch(0.880 0.048 164.3) |
Copy-ready code
/* CSS */
color: #bbe2cf;
background-color: #bbe2cf;
/* Tailwind (arbitrary) */
class="text-[#bbe2cf] bg-[#bbe2cf]"
/* SCSS */
$brand: #bbe2cf;
/* SwiftUI */
Color(red: 0.733, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#bbe2cf")Accessibility — WCAG contrast
Aa
#bbe2cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe2cf on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green88.6%
Blue81.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#bbe2cf text on a black background
contrast 14.89:1
Card sample
#bbe2cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe2cf;
Background color
Panel with #bbe2cf background
background-color: #bbe2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe2cf; background: linear-gradient(135deg, #bbe2cf, #BBDBE2);