#2eafac
a dark, vivid cyan · cool · closest name: teal
RGB
46, 175, 172
HSL
179°, 58%, 43%
CMYK
74, 0, 2, 31
Luminance
0.3422
Every format
| HEX | #2eafac |
| RGB | rgb(46, 175, 172) |
| HSL | hsl(179, 58%, 43%) |
| CMYK | cmyk(74%, 0%, 2%, 31%) |
| LAB | lab(65.1 -34.1 -8.4) |
| LCH | lch(65.1 35.1 193.8) |
| OKLCH | oklch(0.687 0.107 192.6) |
Copy-ready code
/* CSS */
color: #2eafac;
background-color: #2eafac;
/* Tailwind (arbitrary) */
class="text-[#2eafac] bg-[#2eafac]"
/* SCSS */
$brand: #2eafac;
/* SwiftUI */
Color(red: 0.180, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#2eafac")Accessibility — WCAG contrast
Aa
#2eafac on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eafac on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green68.6%
Blue67.5%
CMYK percentages
Cyan73.7%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#2eafac text on a black background
contrast 7.84:1
Card sample
#2eafac text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eafac;
Background color
Panel with #2eafac background
background-color: #2eafac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eafac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eafac; background: linear-gradient(135deg, #2eafac, #2E5CAF);