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