#92cf9f
a light, soft green · cool · closest name: aquamarine
RGB
146, 207, 159
HSL
133°, 39%, 69%
CMYK
30, 0, 23, 19
Luminance
0.5324
Every format
| HEX | #92cf9f |
| RGB | rgb(146, 207, 159) |
| HSL | hsl(133, 39%, 69%) |
| CMYK | cmyk(30%, 0%, 23%, 19%) |
| LAB | lab(78.0 -29.2 17.7) |
| LCH | lch(78.0 34.2 148.7) |
| OKLCH | oklch(0.800 0.092 150.5) |
Copy-ready code
/* CSS */
color: #92cf9f;
background-color: #92cf9f;
/* Tailwind (arbitrary) */
class="text-[#92cf9f] bg-[#92cf9f]"
/* SCSS */
$brand: #92cf9f;
/* SwiftUI */
Color(red: 0.573, green: 0.812, blue: 0.624)
/* Android */
Color.parseColor("#92cf9f")Accessibility — WCAG contrast
Aa
#92cf9f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cf9f on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green81.2%
Blue62.4%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow23.2%
Key (black)18.8%
Color previews
#92cf9f text on a black background
contrast 11.65:1
Card sample
#92cf9f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cf9f;
Background color
Panel with #92cf9f background
background-color: #92cf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 207, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 207, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cf9f; background: linear-gradient(135deg, #92cf9f, #92CFC8);