#b2eadf
a light, vivid cyan · cool · closest name: beige
RGB
178, 234, 223
HSL
168°, 57%, 81%
CMYK
24, 0, 5, 8
Luminance
0.7364
Every format
| HEX | #b2eadf |
| RGB | rgb(178, 234, 223) |
| HSL | hsl(168, 57%, 81%) |
| CMYK | cmyk(24%, 0%, 5%, 8%) |
| LAB | lab(88.8 -20.0 -0.5) |
| LCH | lch(88.8 20.0 181.3) |
| OKLCH | oklch(0.896 0.059 181.5) |
Copy-ready code
/* CSS */
color: #b2eadf;
background-color: #b2eadf;
/* Tailwind (arbitrary) */
class="text-[#b2eadf] bg-[#b2eadf]"
/* SCSS */
$brand: #b2eadf;
/* SwiftUI */
Color(red: 0.698, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#b2eadf")Accessibility — WCAG contrast
Aa
#b2eadf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eadf on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green91.8%
Blue87.5%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow4.7%
Key (black)8.2%
Color previews
#b2eadf text on a black background
contrast 15.73:1
Card sample
#b2eadf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eadf;
Background color
Panel with #b2eadf background
background-color: #b2eadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eadf; background: linear-gradient(135deg, #b2eadf, #B2D0EA);