#b2fcdb
a light, electric green · cool · closest name: aquamarine
RGB
178, 252, 219
HSL
153°, 93%, 84%
CMYK
29, 0, 13, 1
Luminance
0.8420
Every format
| HEX | #b2fcdb |
| RGB | rgb(178, 252, 219) |
| HSL | hsl(153, 93%, 84%) |
| CMYK | cmyk(29%, 0%, 13%, 1%) |
| LAB | lab(93.5 -29.5 8.6) |
| LCH | lch(93.5 30.7 163.8) |
| OKLCH | oklch(0.934 0.086 165.1) |
Copy-ready code
/* CSS */
color: #b2fcdb;
background-color: #b2fcdb;
/* Tailwind (arbitrary) */
class="text-[#b2fcdb] bg-[#b2fcdb]"
/* SCSS */
$brand: #b2fcdb;
/* SwiftUI */
Color(red: 0.698, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#b2fcdb")Accessibility — WCAG contrast
Aa
#b2fcdb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2fcdb on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green98.8%
Blue85.9%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#b2fcdb text on a black background
contrast 17.84:1
Card sample
#b2fcdb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2fcdb;
Background color
Panel with #b2fcdb background
background-color: #b2fcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2fcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2fcdb; background: linear-gradient(135deg, #b2fcdb, #B2ECFC);