#b5cfba
a light, soft green · cool · closest name: silver
RGB
181, 207, 186
HSL
132°, 21%, 76%
CMYK
13, 0, 10, 19
Luminance
0.5799
Every format
| HEX | #b5cfba |
| RGB | rgb(181, 207, 186) |
| HSL | hsl(132, 21%, 76%) |
| CMYK | cmyk(13%, 0%, 10%, 19%) |
| LAB | lab(80.7 -12.7 7.5) |
| LCH | lch(80.7 14.8 149.4) |
| OKLCH | oklch(0.829 0.040 151.0) |
Copy-ready code
/* CSS */
color: #b5cfba;
background-color: #b5cfba;
/* Tailwind (arbitrary) */
class="text-[#b5cfba] bg-[#b5cfba]"
/* SCSS */
$brand: #b5cfba;
/* SwiftUI */
Color(red: 0.710, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#b5cfba")Accessibility — WCAG contrast
Aa
#b5cfba on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5cfba on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green81.2%
Blue72.9%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#b5cfba text on a black background
contrast 12.60:1
Card sample
#b5cfba text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5cfba;
Background color
Panel with #b5cfba background
background-color: #b5cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5cfba; background: linear-gradient(135deg, #b5cfba, #B5CFCB);