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