#b5ccc7
a light, soft cyan · cool · closest name: silver
RGB
181, 204, 199
HSL
167°, 18%, 76%
CMYK
11, 0, 3, 20
Luminance
0.5713
Every format
| HEX | #b5ccc7 |
| RGB | rgb(181, 204, 199) |
| HSL | hsl(167, 18%, 76%) |
| CMYK | cmyk(11%, 0%, 3%, 20%) |
| LAB | lab(80.3 -8.7 -0.1) |
| LCH | lch(80.3 8.7 180.9) |
| OKLCH | oklch(0.827 0.026 181.1) |
Copy-ready code
/* CSS */
color: #b5ccc7;
background-color: #b5ccc7;
/* Tailwind (arbitrary) */
class="text-[#b5ccc7] bg-[#b5ccc7]"
/* SCSS */
$brand: #b5ccc7;
/* SwiftUI */
Color(red: 0.710, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#b5ccc7")Accessibility — WCAG contrast
Aa
#b5ccc7 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ccc7 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.0%
Blue78.0%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow2.5%
Key (black)20.0%
Color previews
#b5ccc7 text on a black background
contrast 12.43:1
Card sample
#b5ccc7 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ccc7;
Background color
Panel with #b5ccc7 background
background-color: #b5ccc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ccc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 204, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 204, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ccc7; background: linear-gradient(135deg, #b5ccc7, #B5C2CC);