#bbeccf
a light, vivid green · cool · closest name: beige
RGB
187, 236, 207
HSL
145°, 56%, 83%
CMYK
21, 0, 12, 8
Luminance
0.7506
Every format
| HEX | #bbeccf |
| RGB | rgb(187, 236, 207) |
| HSL | hsl(145, 56%, 83%) |
| CMYK | cmyk(21%, 0%, 12%, 8%) |
| LAB | lab(89.4 -21.4 8.9) |
| LCH | lch(89.4 23.1 157.3) |
| OKLCH | oklch(0.901 0.064 158.8) |
Copy-ready code
/* CSS */
color: #bbeccf;
background-color: #bbeccf;
/* Tailwind (arbitrary) */
class="text-[#bbeccf] bg-[#bbeccf]"
/* SCSS */
$brand: #bbeccf;
/* SwiftUI */
Color(red: 0.733, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#bbeccf")Accessibility — WCAG contrast
Aa
#bbeccf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbeccf on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green92.5%
Blue81.2%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#bbeccf text on a black background
contrast 16.01:1
Card sample
#bbeccf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbeccf;
Background color
Panel with #bbeccf background
background-color: #bbeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbeccf; background: linear-gradient(135deg, #bbeccf, #BBE8EC);