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