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