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