#b8cdcb
a light, soft cyan · cool · closest name: silver
RGB
184, 205, 203
HSL
174°, 17%, 76%
CMYK
10, 0, 1, 20
Luminance
0.5816
Every format
| HEX | #b8cdcb |
| RGB | rgb(184, 205, 203) |
| HSL | hsl(174, 17%, 76%) |
| CMYK | cmyk(10%, 0%, 1%, 20%) |
| LAB | lab(80.8 -7.5 -1.4) |
| LCH | lch(80.8 7.6 190.8) |
| OKLCH | oklch(0.832 0.023 189.8) |
Copy-ready code
/* CSS */
color: #b8cdcb;
background-color: #b8cdcb;
/* Tailwind (arbitrary) */
class="text-[#b8cdcb] bg-[#b8cdcb]"
/* SCSS */
$brand: #b8cdcb;
/* SwiftUI */
Color(red: 0.722, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#b8cdcb")Accessibility — WCAG contrast
Aa
#b8cdcb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cdcb on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.4%
Blue79.6%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#b8cdcb text on a black background
contrast 12.63:1
Card sample
#b8cdcb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cdcb;
Background color
Panel with #b8cdcb background
background-color: #b8cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cdcb; background: linear-gradient(135deg, #b8cdcb, #B8C1CD);