#b2ffdb
a light, electric green · cool · closest name: aquamarine
RGB
178, 255, 219
HSL
152°, 100%, 85%
CMYK
30, 0, 14, 0
Luminance
0.8610
Every format
| HEX | #b2ffdb |
| RGB | rgb(178, 255, 219) |
| HSL | hsl(152, 100%, 85%) |
| CMYK | cmyk(30%, 0%, 14%, 0%) |
| LAB | lab(94.3 -30.9 9.7) |
| LCH | lch(94.3 32.4 162.5) |
| OKLCH | oklch(0.940 0.090 163.9) |
Copy-ready code
/* CSS */
color: #b2ffdb;
background-color: #b2ffdb;
/* Tailwind (arbitrary) */
class="text-[#b2ffdb] bg-[#b2ffdb]"
/* SCSS */
$brand: #b2ffdb;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#b2ffdb")Accessibility — WCAG contrast
Aa
#b2ffdb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffdb on black: 18.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue85.9%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#b2ffdb text on a black background
contrast 18.22:1
Card sample
#b2ffdb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffdb;
Background color
Panel with #b2ffdb background
background-color: #b2ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffdb; background: linear-gradient(135deg, #b2ffdb, #B2F0FF);