#b2f2c7
a light, vivid green · cool · closest name: aquamarine
RGB
178, 242, 199
HSL
140°, 71%, 82%
CMYK
26, 0, 18, 5
Luminance
0.7709
Every format
| HEX | #b2f2c7 |
| RGB | rgb(178, 242, 199) |
| HSL | hsl(140, 71%, 82%) |
| CMYK | cmyk(26%, 0%, 18%, 5%) |
| LAB | lab(90.4 -28.6 14.4) |
| LCH | lch(90.4 32.0 153.3) |
| OKLCH | oklch(0.907 0.087 154.9) |
Copy-ready code
/* CSS */
color: #b2f2c7;
background-color: #b2f2c7;
/* Tailwind (arbitrary) */
class="text-[#b2f2c7] bg-[#b2f2c7]"
/* SCSS */
$brand: #b2f2c7;
/* SwiftUI */
Color(red: 0.698, green: 0.949, blue: 0.780)
/* Android */
Color.parseColor("#b2f2c7")Accessibility — WCAG contrast
Aa
#b2f2c7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f2c7 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.9%
Blue78.0%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow17.8%
Key (black)5.1%
Color previews
#b2f2c7 text on a black background
contrast 16.42:1
Card sample
#b2f2c7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f2c7;
Background color
Panel with #b2f2c7 background
background-color: #b2f2c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f2c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 242, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 242, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f2c7; background: linear-gradient(135deg, #b2f2c7, #B2F2F2);