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