#53cf8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
83, 207, 143
HSL
149°, 56%, 57%
CMYK
60, 0, 31, 19
Luminance
0.4845
Every format
| HEX | #53cf8f |
| RGB | rgb(83, 207, 143) |
| HSL | hsl(149, 56%, 57%) |
| CMYK | cmyk(60%, 0%, 31%, 19%) |
| LAB | lab(75.1 -49.1 21.8) |
| LCH | lch(75.1 53.7 156.1) |
| OKLCH | oklch(0.768 0.145 157.6) |
Copy-ready code
/* CSS */
color: #53cf8f;
background-color: #53cf8f;
/* Tailwind (arbitrary) */
class="text-[#53cf8f] bg-[#53cf8f]"
/* SCSS */
$brand: #53cf8f;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#53cf8f")Accessibility — WCAG contrast
Aa
#53cf8f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cf8f on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue56.1%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow30.9%
Key (black)18.8%
Color previews
#53cf8f text on a black background
contrast 10.69:1
Card sample
#53cf8f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cf8f;
Background color
Panel with #53cf8f background
background-color: #53cf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cf8f; background: linear-gradient(135deg, #53cf8f, #53BCCF);