#b8ccc8
a light, soft cyan · cool · closest name: silver
RGB
184, 204, 200
HSL
168°, 16%, 76%
CMYK
10, 0, 2, 20
Luminance
0.5755
Every format
| HEX | #b8ccc8 |
| RGB | rgb(184, 204, 200) |
| HSL | hsl(168, 16%, 76%) |
| CMYK | cmyk(10%, 0%, 2%, 20%) |
| LAB | lab(80.5 -7.5 -0.3) |
| LCH | lch(80.5 7.5 182.4) |
| OKLCH | oklch(0.829 0.022 182.4) |
Copy-ready code
/* CSS */
color: #b8ccc8;
background-color: #b8ccc8;
/* Tailwind (arbitrary) */
class="text-[#b8ccc8] bg-[#b8ccc8]"
/* SCSS */
$brand: #b8ccc8;
/* SwiftUI */
Color(red: 0.722, green: 0.800, blue: 0.784)
/* Android */
Color.parseColor("#b8ccc8")Accessibility — WCAG contrast
Aa
#b8ccc8 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ccc8 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.0%
Blue78.4%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow2.0%
Key (black)20.0%
Color previews
#b8ccc8 text on a black background
contrast 12.51:1
Card sample
#b8ccc8 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ccc8;
Background color
Panel with #b8ccc8 background
background-color: #b8ccc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ccc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 204, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 204, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ccc8; background: linear-gradient(135deg, #b8ccc8, #B8C3CC);