#b5cfcc
a light, soft cyan · cool · closest name: silver
RGB
181, 207, 204
HSL
173°, 21%, 76%
CMYK
13, 0, 1, 19
Luminance
0.5881
Every format
| HEX | #b5cfcc |
| RGB | rgb(181, 207, 204) |
| HSL | hsl(173, 21%, 76%) |
| CMYK | cmyk(13%, 0%, 1%, 19%) |
| LAB | lab(81.2 -9.3 -1.4) |
| LCH | lch(81.2 9.4 188.9) |
| OKLCH | oklch(0.834 0.028 188.2) |
Copy-ready code
/* CSS */
color: #b5cfcc;
background-color: #b5cfcc;
/* Tailwind (arbitrary) */
class="text-[#b5cfcc] bg-[#b5cfcc]"
/* SCSS */
$brand: #b5cfcc;
/* SwiftUI */
Color(red: 0.710, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#b5cfcc")Accessibility — WCAG contrast
Aa
#b5cfcc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cfcc on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green81.2%
Blue80.0%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#b5cfcc text on a black background
contrast 12.76:1
Card sample
#b5cfcc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cfcc;
Background color
Panel with #b5cfcc background
background-color: #b5cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cfcc; background: linear-gradient(135deg, #b5cfcc, #B5C1CF);