#92facf
a light, electric green · cool · closest name: aquamarine
RGB
146, 250, 207
HSL
155°, 91%, 78%
CMYK
42, 0, 17, 2
Luminance
0.7899
Every format
| HEX | #92facf |
| RGB | rgb(146, 250, 207) |
| HSL | hsl(155, 91%, 78%) |
| CMYK | cmyk(42%, 0%, 17%, 2%) |
| LAB | lab(91.2 -39.8 11.2) |
| LCH | lch(91.2 41.4 164.2) |
| OKLCH | oklch(0.910 0.115 165.5) |
Copy-ready code
/* CSS */
color: #92facf;
background-color: #92facf;
/* Tailwind (arbitrary) */
class="text-[#92facf] bg-[#92facf]"
/* SCSS */
$brand: #92facf;
/* SwiftUI */
Color(red: 0.573, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#92facf")Accessibility — WCAG contrast
Aa
#92facf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92facf on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green98.0%
Blue81.2%
CMYK percentages
Cyan41.6%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#92facf text on a black background
contrast 16.80:1
Card sample
#92facf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92facf;
Background color
Panel with #92facf background
background-color: #92facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92facf; background: linear-gradient(135deg, #92facf, #92E0FA);