#92baac
a light, soft green · cool · closest name: silver
RGB
146, 186, 172
HSL
159°, 23%, 65%
CMYK
22, 0, 8, 27
Luminance
0.4421
Every format
| HEX | #92baac |
| RGB | rgb(146, 186, 172) |
| HSL | hsl(159, 23%, 65%) |
| CMYK | cmyk(22%, 0%, 8%, 27%) |
| LAB | lab(72.4 -16.3 2.7) |
| LCH | lch(72.4 16.5 170.5) |
| OKLCH | oklch(0.756 0.047 171.6) |
Copy-ready code
/* CSS */
color: #92baac;
background-color: #92baac;
/* Tailwind (arbitrary) */
class="text-[#92baac] bg-[#92baac]"
/* SCSS */
$brand: #92baac;
/* SwiftUI */
Color(red: 0.573, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#92baac")Accessibility — WCAG contrast
Aa
#92baac on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92baac on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green72.9%
Blue67.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#92baac text on a black background
contrast 9.84:1
Card sample
#92baac text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92baac;
Background color
Panel with #92baac background
background-color: #92baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92baac; background: linear-gradient(135deg, #92baac, #92ADBA);