#92bba0
a light, soft green · cool · closest name: silver
RGB
146, 187, 160
HSL
141°, 23%, 65%
CMYK
22, 0, 14, 27
Luminance
0.4419
Every format
| HEX | #92bba0 |
| RGB | rgb(146, 187, 160) |
| HSL | hsl(141, 23%, 65%) |
| CMYK | cmyk(22%, 0%, 14%, 27%) |
| LAB | lab(72.3 -19.2 9.2) |
| LCH | lch(72.3 21.3 154.3) |
| OKLCH | oklch(0.755 0.059 155.9) |
Copy-ready code
/* CSS */
color: #92bba0;
background-color: #92bba0;
/* Tailwind (arbitrary) */
class="text-[#92bba0] bg-[#92bba0]"
/* SCSS */
$brand: #92bba0;
/* SwiftUI */
Color(red: 0.573, green: 0.733, blue: 0.627)
/* Android */
Color.parseColor("#92bba0")Accessibility — WCAG contrast
Aa
#92bba0 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92bba0 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green73.3%
Blue62.7%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow14.4%
Key (black)26.7%
Color previews
#92bba0 text on a black background
contrast 9.84:1
Card sample
#92bba0 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92bba0;
Background color
Panel with #92bba0 background
background-color: #92bba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92bba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 187, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 187, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92bba0; background: linear-gradient(135deg, #92bba0, #92BBBB);