#b2ebdf
a light, vivid cyan · cool · closest name: beige
RGB
178, 235, 223
HSL
167°, 59%, 81%
CMYK
24, 0, 5, 8
Luminance
0.7421
Every format
| HEX | #b2ebdf |
| RGB | rgb(178, 235, 223) |
| HSL | hsl(167, 59%, 81%) |
| CMYK | cmyk(24%, 0%, 5%, 8%) |
| LAB | lab(89.0 -20.5 -0.1) |
| LCH | lch(89.0 20.5 180.2) |
| OKLCH | oklch(0.898 0.060 180.5) |
Copy-ready code
/* CSS */
color: #b2ebdf;
background-color: #b2ebdf;
/* Tailwind (arbitrary) */
class="text-[#b2ebdf] bg-[#b2ebdf]"
/* SCSS */
$brand: #b2ebdf;
/* SwiftUI */
Color(red: 0.698, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#b2ebdf")Accessibility — WCAG contrast
Aa
#b2ebdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ebdf on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#b2ebdf text on a black background
contrast 15.84:1
Card sample
#b2ebdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ebdf;
Background color
Panel with #b2ebdf background
background-color: #b2ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ebdf; background: linear-gradient(135deg, #b2ebdf, #B2D1EB);