#2dfabb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
45, 250, 187
HSL
162°, 95%, 58%
CMYK
82, 0, 25, 2
Luminance
0.7252
Every format
| HEX | #2dfabb |
| RGB | rgb(45, 250, 187) |
| HSL | hsl(162, 95%, 58%) |
| CMYK | cmyk(82%, 0%, 25%, 2%) |
| LAB | lab(88.2 -61.7 16.9) |
| LCH | lch(88.2 64.0 164.7) |
| OKLCH | oklch(0.877 0.175 165.7) |
Copy-ready code
/* CSS */
color: #2dfabb;
background-color: #2dfabb;
/* Tailwind (arbitrary) */
class="text-[#2dfabb] bg-[#2dfabb]"
/* SCSS */
$brand: #2dfabb;
/* SwiftUI */
Color(red: 0.176, green: 0.980, blue: 0.733)
/* Android */
Color.parseColor("#2dfabb")Accessibility — WCAG contrast
Aa
#2dfabb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dfabb on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green98.0%
Blue73.3%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow25.2%
Key (black)2.0%
Color previews
#2dfabb text on a black background
contrast 15.50:1
Card sample
#2dfabb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dfabb;
Background color
Panel with #2dfabb background
background-color: #2dfabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dfabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 250, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 250, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dfabb; background: linear-gradient(135deg, #2dfabb, #2DB0FA);