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