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