#b2fccf
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 207
HSL
144°, 93%, 84%
CMYK
29, 0, 18, 1
Luminance
0.8359
Every format
| HEX | #b2fccf |
| RGB | rgb(178, 252, 207) |
| HSL | hsl(144, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 18%, 1%) |
| LAB | lab(93.3 -31.8 14.3) |
| LCH | lch(93.3 34.9 155.7) |
| OKLCH | oklch(0.931 0.096 157.3) |
Copy-ready code
/* CSS */
color: #b2fccf;
background-color: #b2fccf;
/* Tailwind (arbitrary) */
class="text-[#b2fccf] bg-[#b2fccf]"
/* SCSS */
$brand: #b2fccf;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#b2fccf")Accessibility — WCAG contrast
Aa
#b2fccf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fccf on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue81.2%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#b2fccf text on a black background
contrast 17.72:1
Card sample
#b2fccf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fccf;
Background color
Panel with #b2fccf background
background-color: #b2fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fccf; background: linear-gradient(135deg, #b2fccf, #B2F8FC);