#bbf2cf
a light, vivid green · cool · closest name: beige
RGB
187, 242, 207
HSL
142°, 68%, 84%
CMYK
23, 0, 15, 5
Luminance
0.7857
Every format
| HEX | #bbf2cf |
| RGB | rgb(187, 242, 207) |
| HSL | hsl(142, 68%, 84%) |
| CMYK | cmyk(23%, 0%, 15%, 5%) |
| LAB | lab(91.0 -24.3 11.3) |
| LCH | lch(91.0 26.8 155.1) |
| OKLCH | oklch(0.914 0.074 156.7) |
Copy-ready code
/* CSS */
color: #bbf2cf;
background-color: #bbf2cf;
/* Tailwind (arbitrary) */
class="text-[#bbf2cf] bg-[#bbf2cf]"
/* SCSS */
$brand: #bbf2cf;
/* SwiftUI */
Color(red: 0.733, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#bbf2cf")Accessibility — WCAG contrast
Aa
#bbf2cf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf2cf on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green94.9%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#bbf2cf text on a black background
contrast 16.71:1
Card sample
#bbf2cf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf2cf;
Background color
Panel with #bbf2cf background
background-color: #bbf2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf2cf; background: linear-gradient(135deg, #bbf2cf, #BBF0F2);