#0eb48f
a dark, electric cyan · cool · closest name: seagreen
RGB
14, 180, 143
HSL
167°, 86%, 38%
CMYK
92, 0, 21, 29
Luminance
0.3472
Every format
| HEX | #0eb48f |
| RGB | rgb(14, 180, 143) |
| HSL | hsl(167, 86%, 38%) |
| CMYK | cmyk(92%, 0%, 21%, 29%) |
| LAB | lab(65.5 -47.0 8.2) |
| LCH | lch(65.5 47.7 170.1) |
| OKLCH | oklch(0.686 0.133 170.9) |
Copy-ready code
/* CSS */
color: #0eb48f;
background-color: #0eb48f;
/* Tailwind (arbitrary) */
class="text-[#0eb48f] bg-[#0eb48f]"
/* SCSS */
$brand: #0eb48f;
/* SwiftUI */
Color(red: 0.055, green: 0.706, blue: 0.561)
/* Android */
Color.parseColor("#0eb48f")Accessibility — WCAG contrast
Aa
#0eb48f on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb48f on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green70.6%
Blue56.1%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow20.6%
Key (black)29.4%
Color previews
#0eb48f text on a black background
contrast 7.94:1
Card sample
#0eb48f text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb48f;
Background color
Panel with #0eb48f background
background-color: #0eb48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 180, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 180, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb48f; background: linear-gradient(135deg, #0eb48f, #0E6AB4);