#b6ebda
a light, vivid cyan · cool · closest name: beige
RGB
182, 235, 218
HSL
161°, 57%, 82%
CMYK
23, 0, 7, 8
Luminance
0.7442
Every format
| HEX | #b6ebda |
| RGB | rgb(182, 235, 218) |
| HSL | hsl(161, 57%, 82%) |
| CMYK | cmyk(23%, 0%, 7%, 8%) |
| LAB | lab(89.1 -20.3 2.7) |
| LCH | lch(89.1 20.5 172.4) |
| OKLCH | oklch(0.899 0.059 173.3) |
Copy-ready code
/* CSS */
color: #b6ebda;
background-color: #b6ebda;
/* Tailwind (arbitrary) */
class="text-[#b6ebda] bg-[#b6ebda]"
/* SCSS */
$brand: #b6ebda;
/* SwiftUI */
Color(red: 0.714, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#b6ebda")Accessibility — WCAG contrast
Aa
#b6ebda on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ebda on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green92.2%
Blue85.5%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#b6ebda text on a black background
contrast 15.88:1
Card sample
#b6ebda text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ebda;
Background color
Panel with #b6ebda background
background-color: #b6ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ebda; background: linear-gradient(135deg, #b6ebda, #B6D9EB);