#bbfdac
a light, electric green · cool · closest name: aquamarine
RGB
187, 253, 172
HSL
109°, 95%, 83%
CMYK
26, 0, 32, 1
Luminance
0.8379
Every format
| HEX | #bbfdac |
| RGB | rgb(187, 253, 172) |
| HSL | hsl(109, 95%, 83%) |
| CMYK | cmyk(26%, 0%, 32%, 1%) |
| LAB | lab(93.4 -35.3 32.4) |
| LCH | lch(93.4 47.9 137.5) |
| OKLCH | oklch(0.930 0.126 139.9) |
Copy-ready code
/* CSS */
color: #bbfdac;
background-color: #bbfdac;
/* Tailwind (arbitrary) */
class="text-[#bbfdac] bg-[#bbfdac]"
/* SCSS */
$brand: #bbfdac;
/* SwiftUI */
Color(red: 0.733, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#bbfdac")Accessibility — WCAG contrast
Aa
#bbfdac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbfdac on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green99.2%
Blue67.5%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#bbfdac text on a black background
contrast 17.76:1
Card sample
#bbfdac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbfdac;
Background color
Panel with #bbfdac background
background-color: #bbfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbfdac; background: linear-gradient(135deg, #bbfdac, #ACFDD3);