#b6cdcb
a light, soft cyan · cool · closest name: silver
RGB
182, 205, 203
HSL
175°, 19%, 76%
CMYK
11, 0, 1, 20
Luminance
0.5792
Every format
| HEX | #b6cdcb |
| RGB | rgb(182, 205, 203) |
| HSL | hsl(175, 19%, 76%) |
| CMYK | cmyk(11%, 0%, 1%, 20%) |
| LAB | lab(80.7 -8.1 -1.6) |
| LCH | lch(80.7 8.3 191.4) |
| OKLCH | oklch(0.831 0.025 190.3) |
Copy-ready code
/* CSS */
color: #b6cdcb;
background-color: #b6cdcb;
/* Tailwind (arbitrary) */
class="text-[#b6cdcb] bg-[#b6cdcb]"
/* SCSS */
$brand: #b6cdcb;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#b6cdcb")Accessibility — WCAG contrast
Aa
#b6cdcb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cdcb on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue79.6%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#b6cdcb text on a black background
contrast 12.58:1
Card sample
#b6cdcb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cdcb;
Background color
Panel with #b6cdcb background
background-color: #b6cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cdcb; background: linear-gradient(135deg, #b6cdcb, #B6C0CD);