#b3efdf
a light, vivid cyan · cool · closest name: beige
RGB
179, 239, 223
HSL
164°, 65%, 82%
CMYK
25, 0, 7, 6
Luminance
0.7664
Every format
| HEX | #b3efdf |
| RGB | rgb(179, 239, 223) |
| HSL | hsl(164, 65%, 82%) |
| CMYK | cmyk(25%, 0%, 7%, 6%) |
| LAB | lab(90.2 -22.1 1.6) |
| LCH | lch(90.2 22.2 175.9) |
| OKLCH | oklch(0.907 0.065 176.5) |
Copy-ready code
/* CSS */
color: #b3efdf;
background-color: #b3efdf;
/* Tailwind (arbitrary) */
class="text-[#b3efdf] bg-[#b3efdf]"
/* SCSS */
$brand: #b3efdf;
/* SwiftUI */
Color(red: 0.702, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#b3efdf")Accessibility — WCAG contrast
Aa
#b3efdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3efdf on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green93.7%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#b3efdf text on a black background
contrast 16.33:1
Card sample
#b3efdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3efdf;
Background color
Panel with #b3efdf background
background-color: #b3efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3efdf; background: linear-gradient(135deg, #b3efdf, #B3D7EF);