#2ffad2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 250, 210
HSL
168°, 95%, 58%
CMYK
81, 0, 16, 2
Luminance
0.7363
Every format
| HEX | #2ffad2 |
| RGB | rgb(47, 250, 210) |
| HSL | hsl(168, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 16%, 2%) |
| LAB | lab(88.7 -56.1 5.8) |
| LCH | lch(88.7 56.4 174.1) |
| OKLCH | oklch(0.883 0.160 174.8) |
Copy-ready code
/* CSS */
color: #2ffad2;
background-color: #2ffad2;
/* Tailwind (arbitrary) */
class="text-[#2ffad2] bg-[#2ffad2]"
/* SCSS */
$brand: #2ffad2;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#2ffad2")Accessibility — WCAG contrast
Aa
#2ffad2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffad2 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue82.4%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#2ffad2 text on a black background
contrast 15.73:1
Card sample
#2ffad2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffad2;
Background color
Panel with #2ffad2 background
background-color: #2ffad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffad2; background: linear-gradient(135deg, #2ffad2, #2F9BFA);