#b8ceba
a light, soft green · cool · closest name: silver
RGB
184, 206, 186
HSL
126°, 18%, 77%
CMYK
11, 0, 10, 19
Luminance
0.5788
Every format
| HEX | #b8ceba |
| RGB | rgb(184, 206, 186) |
| HSL | hsl(126, 18%, 77%) |
| CMYK | cmyk(11%, 0%, 10%, 19%) |
| LAB | lab(80.7 -11.2 7.5) |
| LCH | lch(80.7 13.4 146.3) |
| OKLCH | oklch(0.829 0.036 147.8) |
Copy-ready code
/* CSS */
color: #b8ceba;
background-color: #b8ceba;
/* Tailwind (arbitrary) */
class="text-[#b8ceba] bg-[#b8ceba]"
/* SCSS */
$brand: #b8ceba;
/* SwiftUI */
Color(red: 0.722, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#b8ceba")Accessibility — WCAG contrast
Aa
#b8ceba on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ceba on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.8%
Blue72.9%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#b8ceba text on a black background
contrast 12.58:1
Card sample
#b8ceba text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ceba;
Background color
Panel with #b8ceba background
background-color: #b8ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ceba; background: linear-gradient(135deg, #b8ceba, #B8CEC9);