#b2ebdb
a light, vivid cyan · cool · closest name: beige
RGB
178, 235, 219
HSL
163°, 59%, 81%
CMYK
24, 0, 7, 8
Luminance
0.7400
Every format
| HEX | #b2ebdb |
| RGB | rgb(178, 235, 219) |
| HSL | hsl(163, 59%, 81%) |
| CMYK | cmyk(24%, 0%, 7%, 8%) |
| LAB | lab(88.9 -21.3 1.9) |
| LCH | lch(88.9 21.4 175.0) |
| OKLCH | oklch(0.897 0.062 175.7) |
Copy-ready code
/* CSS */
color: #b2ebdb;
background-color: #b2ebdb;
/* Tailwind (arbitrary) */
class="text-[#b2ebdb] bg-[#b2ebdb]"
/* SCSS */
$brand: #b2ebdb;
/* SwiftUI */
Color(red: 0.698, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#b2ebdb")Accessibility — WCAG contrast
Aa
#b2ebdb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ebdb on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.2%
Blue85.9%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#b2ebdb text on a black background
contrast 15.80:1
Card sample
#b2ebdb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ebdb;
Background color
Panel with #b2ebdb background
background-color: #b2ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ebdb; background: linear-gradient(135deg, #b2ebdb, #B2D5EB);