#b3f5eb
a light, electric cyan · cool · closest name: ivory
RGB
179, 245, 235
HSL
171°, 77%, 83%
CMYK
27, 0, 4, 4
Luminance
0.8089
Every format
| HEX | #b3f5eb |
| RGB | rgb(179, 245, 235) |
| HSL | hsl(171, 77%, 83%) |
| CMYK | cmyk(27%, 0%, 4%, 4%) |
| LAB | lab(92.1 -22.6 -1.8) |
| LCH | lch(92.1 22.6 184.7) |
| OKLCH | oklch(0.923 0.067 184.5) |
Copy-ready code
/* CSS */
color: #b3f5eb;
background-color: #b3f5eb;
/* Tailwind (arbitrary) */
class="text-[#b3f5eb] bg-[#b3f5eb]"
/* SCSS */
$brand: #b3f5eb;
/* SwiftUI */
Color(red: 0.702, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#b3f5eb")Accessibility — WCAG contrast
Aa
#b3f5eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f5eb on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green96.1%
Blue92.2%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#b3f5eb text on a black background
contrast 17.18:1
Card sample
#b3f5eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f5eb;
Background color
Panel with #b3f5eb background
background-color: #b3f5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f5eb; background: linear-gradient(135deg, #b3f5eb, #B3D3F5);