#b0cdcb
a light, soft cyan · cool · closest name: silver
RGB
176, 205, 203
HSL
176°, 23%, 75%
CMYK
14, 0, 1, 20
Luminance
0.5720
Every format
| HEX | #b0cdcb |
| RGB | rgb(176, 205, 203) |
| HSL | hsl(176, 23%, 75%) |
| CMYK | cmyk(14%, 0%, 1%, 20%) |
| LAB | lab(80.3 -10.1 -2.3) |
| LCH | lch(80.3 10.3 192.7) |
| OKLCH | oklch(0.826 0.031 191.5) |
Copy-ready code
/* CSS */
color: #b0cdcb;
background-color: #b0cdcb;
/* Tailwind (arbitrary) */
class="text-[#b0cdcb] bg-[#b0cdcb]"
/* SCSS */
$brand: #b0cdcb;
/* SwiftUI */
Color(red: 0.690, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#b0cdcb")Accessibility — WCAG contrast
Aa
#b0cdcb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cdcb on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.4%
Blue79.6%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#b0cdcb text on a black background
contrast 12.44:1
Card sample
#b0cdcb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cdcb;
Background color
Panel with #b0cdcb background
background-color: #b0cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cdcb; background: linear-gradient(135deg, #b0cdcb, #B0BCCD);