#0f7658
a dark, electric cyan · cool · closest name: seagreen
RGB
15, 118, 88
HSL
163°, 77%, 26%
CMYK
87, 0, 25, 54
Luminance
0.1376
Every format
| HEX | #0f7658 |
| RGB | rgb(15, 118, 88) |
| HSL | hsl(163, 77%, 26%) |
| CMYK | cmyk(87%, 0%, 25%, 54%) |
| LAB | lab(43.9 -35.1 8.9) |
| LCH | lch(43.9 36.2 165.8) |
| OKLCH | oklch(0.504 0.099 166.8) |
Copy-ready code
/* CSS */
color: #0f7658;
background-color: #0f7658;
/* Tailwind (arbitrary) */
class="text-[#0f7658] bg-[#0f7658]"
/* SCSS */
$brand: #0f7658;
/* SwiftUI */
Color(red: 0.059, green: 0.463, blue: 0.345)
/* Android */
Color.parseColor("#0f7658")Accessibility — WCAG contrast
Aa
#0f7658 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f7658 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green46.3%
Blue34.5%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow25.4%
Key (black)53.7%
Color previews
#0f7658 text on a black background
contrast 3.75:1
Card sample
#0f7658 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7658;
Background color
Panel with #0f7658 background
background-color: #0f7658;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7658;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 118, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 118, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7658; background: linear-gradient(135deg, #0f7658, #0F4F76);