#b8ebdb
a light, vivid cyan · cool · closest name: beige
RGB
184, 235, 219
HSL
161°, 56%, 82%
CMYK
22, 0, 7, 8
Luminance
0.7472
Every format
| HEX | #b8ebdb |
| RGB | rgb(184, 235, 219) |
| HSL | hsl(161, 56%, 82%) |
| CMYK | cmyk(22%, 0%, 7%, 8%) |
| LAB | lab(89.3 -19.5 2.4) |
| LCH | lch(89.3 19.6 172.9) |
| OKLCH | oklch(0.900 0.057 173.8) |
Copy-ready code
/* CSS */
color: #b8ebdb;
background-color: #b8ebdb;
/* Tailwind (arbitrary) */
class="text-[#b8ebdb] bg-[#b8ebdb]"
/* SCSS */
$brand: #b8ebdb;
/* SwiftUI */
Color(red: 0.722, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#b8ebdb")Accessibility — WCAG contrast
Aa
#b8ebdb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ebdb on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green92.2%
Blue85.9%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#b8ebdb text on a black background
contrast 15.94:1
Card sample
#b8ebdb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ebdb;
Background color
Panel with #b8ebdb background
background-color: #b8ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ebdb; background: linear-gradient(135deg, #b8ebdb, #B8D9EB);