#28fbaf
a balanced, electric green · cool · closest name: aquamarine
RGB
40, 251, 175
HSL
158°, 96%, 57%
CMYK
84, 0, 30, 2
Luminance
0.7254
Every format
| HEX | #28fbaf |
| RGB | rgb(40, 251, 175) |
| HSL | hsl(158, 96%, 57%) |
| CMYK | cmyk(84%, 0%, 30%, 2%) |
| LAB | lab(88.2 -65.1 23.1) |
| LCH | lch(88.2 69.1 160.5) |
| OKLCH | oklch(0.876 0.186 161.7) |
Copy-ready code
/* CSS */
color: #28fbaf;
background-color: #28fbaf;
/* Tailwind (arbitrary) */
class="text-[#28fbaf] bg-[#28fbaf]"
/* SCSS */
$brand: #28fbaf;
/* SwiftUI */
Color(red: 0.157, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#28fbaf")Accessibility — WCAG contrast
Aa
#28fbaf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28fbaf on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green98.4%
Blue68.6%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#28fbaf text on a black background
contrast 15.51:1
Card sample
#28fbaf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28fbaf;
Background color
Panel with #28fbaf background
background-color: #28fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28fbaf; background: linear-gradient(135deg, #28fbaf, #28BAFB);