#b2fccb
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 203
HSL
140°, 93%, 84%
CMYK
29, 0, 19, 1
Luminance
0.8340
Every format
| HEX | #b2fccb |
| RGB | rgb(178, 252, 203) |
| HSL | hsl(140, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 19%, 1%) |
| LAB | lab(93.2 -32.5 16.3) |
| LCH | lch(93.2 36.4 153.4) |
| OKLCH | oklch(0.930 0.099 155.0) |
Copy-ready code
/* CSS */
color: #b2fccb;
background-color: #b2fccb;
/* Tailwind (arbitrary) */
class="text-[#b2fccb] bg-[#b2fccb]"
/* SCSS */
$brand: #b2fccb;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#b2fccb")Accessibility — WCAG contrast
Aa
#b2fccb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fccb on black: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue79.6%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#b2fccb text on a black background
contrast 17.68:1
Card sample
#b2fccb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fccb;
Background color
Panel with #b2fccb background
background-color: #b2fccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fccb; background: linear-gradient(135deg, #b2fccb, #B2FCFC);