#92ffcf
a light, electric green · cool · closest name: aquamarine
RGB
146, 255, 207
HSL
154°, 100%, 79%
CMYK
43, 0, 19, 0
Luminance
0.8214
Every format
| HEX | #92ffcf |
| RGB | rgb(146, 255, 207) |
| HSL | hsl(154, 100%, 79%) |
| CMYK | cmyk(43%, 0%, 19%, 0%) |
| LAB | lab(92.6 -42.0 13.2) |
| LCH | lch(92.6 44.1 162.5) |
| OKLCH | oklch(0.921 0.122 163.8) |
Copy-ready code
/* CSS */
color: #92ffcf;
background-color: #92ffcf;
/* Tailwind (arbitrary) */
class="text-[#92ffcf] bg-[#92ffcf]"
/* SCSS */
$brand: #92ffcf;
/* SwiftUI */
Color(red: 0.573, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#92ffcf")Accessibility — WCAG contrast
Aa
#92ffcf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ffcf on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green100.0%
Blue81.2%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#92ffcf text on a black background
contrast 17.43:1
Card sample
#92ffcf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ffcf;
Background color
Panel with #92ffcf background
background-color: #92ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ffcf; background: linear-gradient(135deg, #92ffcf, #92E6FF);