#b0faeb
a light, electric cyan · cool · closest name: aquamarine
RGB
176, 250, 235
HSL
168°, 88%, 84%
CMYK
30, 0, 6, 2
Luminance
0.8360
Every format
| HEX | #b0faeb |
| RGB | rgb(176, 250, 235) |
| HSL | hsl(168, 88%, 84%) |
| CMYK | cmyk(30%, 0%, 6%, 2%) |
| LAB | lab(93.3 -25.9 -0.1) |
| LCH | lch(93.3 25.9 180.2) |
| OKLCH | oklch(0.932 0.076 180.5) |
Copy-ready code
/* CSS */
color: #b0faeb;
background-color: #b0faeb;
/* Tailwind (arbitrary) */
class="text-[#b0faeb] bg-[#b0faeb]"
/* SCSS */
$brand: #b0faeb;
/* SwiftUI */
Color(red: 0.690, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#b0faeb")Accessibility — WCAG contrast
Aa
#b0faeb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0faeb on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green98.0%
Blue92.2%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#b0faeb text on a black background
contrast 17.72:1
Card sample
#b0faeb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0faeb;
Background color
Panel with #b0faeb background
background-color: #b0faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0faeb; background: linear-gradient(135deg, #b0faeb, #B0D8FA);