#b0ffdb
a light, electric green · cool · closest name: aquamarine
RGB
176, 255, 219
HSL
153°, 100%, 85%
CMYK
31, 0, 14, 0
Luminance
0.8586
Every format
| HEX | #b0ffdb |
| RGB | rgb(176, 255, 219) |
| HSL | hsl(153, 100%, 85%) |
| CMYK | cmyk(31%, 0%, 14%, 0%) |
| LAB | lab(94.3 -31.5 9.6) |
| LCH | lch(94.3 32.9 163.1) |
| OKLCH | oklch(0.939 0.092 164.4) |
Copy-ready code
/* CSS */
color: #b0ffdb;
background-color: #b0ffdb;
/* Tailwind (arbitrary) */
class="text-[#b0ffdb] bg-[#b0ffdb]"
/* SCSS */
$brand: #b0ffdb;
/* SwiftUI */
Color(red: 0.690, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#b0ffdb")Accessibility — WCAG contrast
Aa
#b0ffdb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ffdb on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green100.0%
Blue85.9%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#b0ffdb text on a black background
contrast 18.17:1
Card sample
#b0ffdb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ffdb;
Background color
Panel with #b0ffdb background
background-color: #b0ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ffdb; background: linear-gradient(135deg, #b0ffdb, #B0EEFF);