#b5cfbc
a light, soft green · cool · closest name: silver
RGB
181, 207, 188
HSL
136°, 21%, 76%
CMYK
13, 0, 9, 19
Luminance
0.5808
Every format
| HEX | #b5cfbc |
| RGB | rgb(181, 207, 188) |
| HSL | hsl(136, 21%, 76%) |
| CMYK | cmyk(13%, 0%, 9%, 19%) |
| LAB | lab(80.8 -12.3 6.5) |
| LCH | lch(80.8 14.0 152.2) |
| OKLCH | oklch(0.830 0.038 153.8) |
Copy-ready code
/* CSS */
color: #b5cfbc;
background-color: #b5cfbc;
/* Tailwind (arbitrary) */
class="text-[#b5cfbc] bg-[#b5cfbc]"
/* SCSS */
$brand: #b5cfbc;
/* SwiftUI */
Color(red: 0.710, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#b5cfbc")Accessibility — WCAG contrast
Aa
#b5cfbc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cfbc on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green81.2%
Blue73.7%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#b5cfbc text on a black background
contrast 12.62:1
Card sample
#b5cfbc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cfbc;
Background color
Panel with #b5cfbc background
background-color: #b5cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cfbc; background: linear-gradient(135deg, #b5cfbc, #B5CFCD);