#92c2af
a light, soft green · cool · closest name: silver
RGB
146, 194, 175
HSL
156°, 28%, 67%
CMYK
25, 0, 10, 24
Luminance
0.4779
Every format
| HEX | #92c2af |
| RGB | rgb(146, 194, 175) |
| HSL | hsl(156, 28%, 67%) |
| CMYK | cmyk(25%, 0%, 10%, 24%) |
| LAB | lab(74.7 -19.7 4.4) |
| LCH | lch(74.7 20.2 167.3) |
| OKLCH | oklch(0.775 0.058 168.5) |
Copy-ready code
/* CSS */
color: #92c2af;
background-color: #92c2af;
/* Tailwind (arbitrary) */
class="text-[#92c2af] bg-[#92c2af]"
/* SCSS */
$brand: #92c2af;
/* SwiftUI */
Color(red: 0.573, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#92c2af")Accessibility — WCAG contrast
Aa
#92c2af on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92c2af on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green76.1%
Blue68.6%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#92c2af text on a black background
contrast 10.56:1
Card sample
#92c2af text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92c2af;
Background color
Panel with #92c2af background
background-color: #92c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92c2af; background: linear-gradient(135deg, #92c2af, #92B5C2);