#b5ceba
a light, soft green · cool · closest name: silver
RGB
181, 206, 186
HSL
132°, 20%, 76%
CMYK
12, 0, 10, 19
Luminance
0.5751
Every format
| HEX | #b5ceba |
| RGB | rgb(181, 206, 186) |
| HSL | hsl(132, 20%, 76%) |
| CMYK | cmyk(12%, 0%, 10%, 19%) |
| LAB | lab(80.5 -12.2 7.1) |
| LCH | lch(80.5 14.1 149.8) |
| OKLCH | oklch(0.827 0.039 151.3) |
Copy-ready code
/* CSS */
color: #b5ceba;
background-color: #b5ceba;
/* Tailwind (arbitrary) */
class="text-[#b5ceba] bg-[#b5ceba]"
/* SCSS */
$brand: #b5ceba;
/* SwiftUI */
Color(red: 0.710, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#b5ceba")Accessibility — WCAG contrast
Aa
#b5ceba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ceba on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.8%
Blue72.9%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#b5ceba text on a black background
contrast 12.50:1
Card sample
#b5ceba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ceba;
Background color
Panel with #b5ceba background
background-color: #b5ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ceba; background: linear-gradient(135deg, #b5ceba, #B5CECB);