#2ffaf0
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 250, 240
HSL
177°, 95%, 58%
CMYK
81, 0, 4, 2
Luminance
0.7527
Every format
| HEX | #2ffaf0 |
| RGB | rgb(47, 250, 240) |
| HSL | hsl(177, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 4%, 2%) |
| LAB | lab(89.5 -48.3 -8.7) |
| LCH | lch(89.5 49.1 190.2) |
| OKLCH | oklch(0.892 0.148 189.5) |
Copy-ready code
/* CSS */
color: #2ffaf0;
background-color: #2ffaf0;
/* Tailwind (arbitrary) */
class="text-[#2ffaf0] bg-[#2ffaf0]"
/* SCSS */
$brand: #2ffaf0;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.941)
/* Android */
Color.parseColor("#2ffaf0")Accessibility — WCAG contrast
Aa
#2ffaf0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffaf0 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue94.1%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow4.0%
Key (black)2.0%
Color previews
#2ffaf0 text on a black background
contrast 16.05:1
Card sample
#2ffaf0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffaf0;
Background color
Panel with #2ffaf0 background
background-color: #2ffaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffaf0; background: linear-gradient(135deg, #2ffaf0, #2F7DFA);