#2feaef
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 234, 239
HSL
182°, 86%, 56%
CMYK
80, 2, 0, 6
Luminance
0.6568
Every format
| HEX | #2feaef |
| RGB | rgb(47, 234, 239) |
| HSL | hsl(182, 86%, 56%) |
| CMYK | cmyk(80%, 2%, 0%, 6%) |
| LAB | lab(84.8 -41.6 -15.2) |
| LCH | lch(84.8 44.3 200.0) |
| OKLCH | oklch(0.854 0.138 197.8) |
Copy-ready code
/* CSS */
color: #2feaef;
background-color: #2feaef;
/* Tailwind (arbitrary) */
class="text-[#2feaef] bg-[#2feaef]"
/* SCSS */
$brand: #2feaef;
/* SwiftUI */
Color(red: 0.184, green: 0.918, blue: 0.937)
/* Android */
Color.parseColor("#2feaef")Accessibility — WCAG contrast
Aa
#2feaef on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2feaef on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green91.8%
Blue93.7%
CMYK percentages
Cyan80.3%
Magenta2.1%
Yellow0.0%
Key (black)6.3%
Color previews
#2feaef text on a black background
contrast 14.14:1
Card sample
#2feaef text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2feaef;
Background color
Panel with #2feaef background
background-color: #2feaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2feaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 234, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 234, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2feaef; background: linear-gradient(135deg, #2feaef, #2F6AEF);