#0ea2a6
a dark, electric cyan · cool · closest name: teal
RGB
14, 162, 166
HSL
182°, 84%, 35%
CMYK
92, 2, 0, 35
Luminance
0.2869
Every format
| HEX | #0ea2a6 |
| RGB | rgb(14, 162, 166) |
| HSL | hsl(182, 84%, 35%) |
| CMYK | cmyk(92%, 2%, 0%, 35%) |
| LAB | lab(60.5 -32.5 -12.0) |
| LCH | lch(60.5 34.6 200.3) |
| OKLCH | oklch(0.647 0.108 198.0) |
Copy-ready code
/* CSS */
color: #0ea2a6;
background-color: #0ea2a6;
/* Tailwind (arbitrary) */
class="text-[#0ea2a6] bg-[#0ea2a6]"
/* SCSS */
$brand: #0ea2a6;
/* SwiftUI */
Color(red: 0.055, green: 0.635, blue: 0.651)
/* Android */
Color.parseColor("#0ea2a6")Accessibility — WCAG contrast
Aa
#0ea2a6 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ea2a6 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green63.5%
Blue65.1%
CMYK percentages
Cyan91.6%
Magenta2.4%
Yellow0.0%
Key (black)34.9%
Color previews
#0ea2a6 text on a black background
contrast 6.74:1
Card sample
#0ea2a6 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ea2a6;
Background color
Panel with #0ea2a6 background
background-color: #0ea2a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ea2a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 162, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 162, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ea2a6; background: linear-gradient(135deg, #0ea2a6, #0E3DA6);