#92cfab
a light, soft green · cool · closest name: aquamarine
RGB
146, 207, 171
HSL
145°, 39%, 69%
CMYK
30, 0, 17, 19
Luminance
0.5368
Every format
| HEX | #92cfab |
| RGB | rgb(146, 207, 171) |
| HSL | hsl(145, 39%, 69%) |
| CMYK | cmyk(30%, 0%, 17%, 19%) |
| LAB | lab(78.3 -27.0 11.7) |
| LCH | lch(78.3 29.4 156.5) |
| OKLCH | oklch(0.803 0.081 158.1) |
Copy-ready code
/* CSS */
color: #92cfab;
background-color: #92cfab;
/* Tailwind (arbitrary) */
class="text-[#92cfab] bg-[#92cfab]"
/* SCSS */
$brand: #92cfab;
/* SwiftUI */
Color(red: 0.573, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#92cfab")Accessibility — WCAG contrast
Aa
#92cfab on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cfab on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green81.2%
Blue67.1%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#92cfab text on a black background
contrast 11.74:1
Card sample
#92cfab text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cfab;
Background color
Panel with #92cfab background
background-color: #92cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cfab; background: linear-gradient(135deg, #92cfab, #92CACF);