#54af5f
a balanced, soft green · cool · closest name: seagreen
RGB
84, 175, 95
HSL
127°, 36%, 51%
CMYK
52, 0, 46, 31
Luminance
0.3337
Every format
| HEX | #54af5f |
| RGB | rgb(84, 175, 95) |
| HSL | hsl(127, 36%, 51%) |
| CMYK | cmyk(52%, 0%, 46%, 31%) |
| LAB | lab(64.5 -44.3 32.8) |
| LCH | lch(64.5 55.1 143.4) |
| OKLCH | oklch(0.678 0.144 146.2) |
Copy-ready code
/* CSS */
color: #54af5f;
background-color: #54af5f;
/* Tailwind (arbitrary) */
class="text-[#54af5f] bg-[#54af5f]"
/* SCSS */
$brand: #54af5f;
/* SwiftUI */
Color(red: 0.329, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#54af5f")Accessibility — WCAG contrast
Aa
#54af5f on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54af5f on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green68.6%
Blue37.3%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow45.7%
Key (black)31.4%
Color previews
#54af5f text on a black background
contrast 7.67:1
Card sample
#54af5f text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54af5f;
Background color
Panel with #54af5f background
background-color: #54af5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54af5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54af5f; background: linear-gradient(135deg, #54af5f, #54AF9C);