#92fcaf
a light, electric green · cool · closest name: aquamarine
RGB
146, 252, 175
HSL
136°, 95%, 78%
CMYK
42, 0, 31, 1
Luminance
0.7883
Every format
| HEX | #92fcaf |
| RGB | rgb(146, 252, 175) |
| HSL | hsl(136, 95%, 78%) |
| CMYK | cmyk(42%, 0%, 31%, 1%) |
| LAB | lab(91.2 -46.7 27.5) |
| LCH | lch(91.2 54.2 149.5) |
| OKLCH | oklch(0.907 0.145 151.4) |
Copy-ready code
/* CSS */
color: #92fcaf;
background-color: #92fcaf;
/* Tailwind (arbitrary) */
class="text-[#92fcaf] bg-[#92fcaf]"
/* SCSS */
$brand: #92fcaf;
/* SwiftUI */
Color(red: 0.573, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#92fcaf")Accessibility — WCAG contrast
Aa
#92fcaf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fcaf on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green98.8%
Blue68.6%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#92fcaf text on a black background
contrast 16.77:1
Card sample
#92fcaf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fcaf;
Background color
Panel with #92fcaf background
background-color: #92fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fcaf; background: linear-gradient(135deg, #92fcaf, #92FCF6);