#0ea665
a dark, electric green · cool · closest name: seagreen
RGB
14, 166, 101
HSL
154°, 84%, 35%
CMYK
92, 0, 39, 35
Luminance
0.2831
Every format
| HEX | #0ea665 |
| RGB | rgb(14, 166, 101) |
| HSL | hsl(154, 84%, 35%) |
| CMYK | cmyk(92%, 0%, 39%, 35%) |
| LAB | lab(60.2 -51.3 23.8) |
| LCH | lch(60.2 56.5 155.1) |
| OKLCH | oklch(0.639 0.150 156.7) |
Copy-ready code
/* CSS */
color: #0ea665;
background-color: #0ea665;
/* Tailwind (arbitrary) */
class="text-[#0ea665] bg-[#0ea665]"
/* SCSS */
$brand: #0ea665;
/* SwiftUI */
Color(red: 0.055, green: 0.651, blue: 0.396)
/* Android */
Color.parseColor("#0ea665")Accessibility — WCAG contrast
Aa
#0ea665 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ea665 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green65.1%
Blue39.6%
CMYK percentages
Cyan91.6%
Magenta0.0%
Yellow39.2%
Key (black)34.9%
Color previews
#0ea665 text on a black background
contrast 6.66:1
Card sample
#0ea665 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ea665;
Background color
Panel with #0ea665 background
background-color: #0ea665;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ea665;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 166, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 166, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ea665; background: linear-gradient(135deg, #0ea665, #0E82A6);