#28af6f
a dark, vivid green · cool · closest name: seagreen
RGB
40, 175, 111
HSL
152°, 63%, 42%
CMYK
77, 0, 37, 31
Luminance
0.3226
Every format
| HEX | #28af6f |
| RGB | rgb(40, 175, 111) |
| HSL | hsl(152, 63%, 42%) |
| CMYK | cmyk(77%, 0%, 37%, 31%) |
| LAB | lab(63.5 -50.2 23.0) |
| LCH | lch(63.5 55.2 155.4) |
| OKLCH | oklch(0.669 0.147 157.0) |
Copy-ready code
/* CSS */
color: #28af6f;
background-color: #28af6f;
/* Tailwind (arbitrary) */
class="text-[#28af6f] bg-[#28af6f]"
/* SCSS */
$brand: #28af6f;
/* SwiftUI */
Color(red: 0.157, green: 0.686, blue: 0.435)
/* Android */
Color.parseColor("#28af6f")Accessibility — WCAG contrast
Aa
#28af6f on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28af6f on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green68.6%
Blue43.5%
CMYK percentages
Cyan77.1%
Magenta0.0%
Yellow36.6%
Key (black)31.4%
Color previews
#28af6f text on a black background
contrast 7.45:1
Card sample
#28af6f text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28af6f;
Background color
Panel with #28af6f background
background-color: #28af6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28af6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 175, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 175, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28af6f; background: linear-gradient(135deg, #28af6f, #2895AF);