#b0facd
a light, electric green · cool · closest name: aquamarine
RGB
176, 250, 205
HSL
144°, 88%, 84%
CMYK
30, 0, 18, 2
Luminance
0.8201
Every format
| HEX | #b0facd |
| RGB | rgb(176, 250, 205) |
| HSL | hsl(144, 88%, 84%) |
| CMYK | cmyk(30%, 0%, 18%, 2%) |
| LAB | lab(92.6 -31.8 14.4) |
| LCH | lch(92.6 34.9 155.7) |
| OKLCH | oklch(0.925 0.096 157.2) |
Copy-ready code
/* CSS */
color: #b0facd;
background-color: #b0facd;
/* Tailwind (arbitrary) */
class="text-[#b0facd] bg-[#b0facd]"
/* SCSS */
$brand: #b0facd;
/* SwiftUI */
Color(red: 0.690, green: 0.980, blue: 0.804)
/* Android */
Color.parseColor("#b0facd")Accessibility — WCAG contrast
Aa
#b0facd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0facd on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.0%
Blue80.4%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow18.0%
Key (black)2.0%
Color previews
#b0facd text on a black background
contrast 17.40:1
Card sample
#b0facd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0facd;
Background color
Panel with #b0facd background
background-color: #b0facd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0facd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 250, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 250, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0facd; background: linear-gradient(135deg, #b0facd, #B0F6FA);