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