#b0fceb
a light, electric cyan · cool · closest name: aquamarine
RGB
176, 252, 235
HSL
167°, 93%, 84%
CMYK
30, 0, 7, 1
Luminance
0.8485
Every format
| HEX | #b0fceb |
| RGB | rgb(176, 252, 235) |
| HSL | hsl(167, 93%, 84%) |
| CMYK | cmyk(30%, 0%, 7%, 1%) |
| LAB | lab(93.8 -26.8 0.7) |
| LCH | lch(93.8 26.8 178.5) |
| OKLCH | oklch(0.937 0.078 179.0) |
Copy-ready code
/* CSS */
color: #b0fceb;
background-color: #b0fceb;
/* Tailwind (arbitrary) */
class="text-[#b0fceb] bg-[#b0fceb]"
/* SCSS */
$brand: #b0fceb;
/* SwiftUI */
Color(red: 0.690, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#b0fceb")Accessibility — WCAG contrast
Aa
#b0fceb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fceb on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.8%
Blue92.2%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#b0fceb text on a black background
contrast 17.97:1
Card sample
#b0fceb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fceb;
Background color
Panel with #b0fceb background
background-color: #b0fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fceb; background: linear-gradient(135deg, #b0fceb, #B0DAFC);