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