#b0fada
a light, electric green · cool · closest name: aquamarine
RGB
176, 250, 218
HSL
154°, 88%, 84%
CMYK
30, 0, 13, 2
Luminance
0.8266
Every format
| HEX | #b0fada |
| RGB | rgb(176, 250, 218) |
| HSL | hsl(154, 88%, 84%) |
| CMYK | cmyk(30%, 0%, 13%, 2%) |
| LAB | lab(92.9 -29.3 8.1) |
| LCH | lch(92.9 30.4 164.6) |
| OKLCH | oklch(0.928 0.085 165.9) |
Copy-ready code
/* CSS */
color: #b0fada;
background-color: #b0fada;
/* Tailwind (arbitrary) */
class="text-[#b0fada] bg-[#b0fada]"
/* SCSS */
$brand: #b0fada;
/* SwiftUI */
Color(red: 0.690, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#b0fada")Accessibility — WCAG contrast
Aa
#b0fada on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fada on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.0%
Blue85.5%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#b0fada text on a black background
contrast 17.53:1
Card sample
#b0fada text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fada;
Background color
Panel with #b0fada background
background-color: #b0fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fada; background: linear-gradient(135deg, #b0fada, #B0E9FA);