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