#0f7f5f
a dark, electric cyan · cool · closest name: seagreen
RGB
15, 127, 95
HSL
163°, 79%, 28%
CMYK
88, 0, 25, 50
Luminance
0.1611
Every format
| HEX | #0f7f5f |
| RGB | rgb(15, 127, 95) |
| HSL | hsl(163, 79%, 28%) |
| CMYK | cmyk(88%, 0%, 25%, 50%) |
| LAB | lab(47.1 -37.2 9.3) |
| LCH | lch(47.1 38.3 166.0) |
| OKLCH | oklch(0.531 0.105 167.0) |
Copy-ready code
/* CSS */
color: #0f7f5f;
background-color: #0f7f5f;
/* Tailwind (arbitrary) */
class="text-[#0f7f5f] bg-[#0f7f5f]"
/* SCSS */
$brand: #0f7f5f;
/* SwiftUI */
Color(red: 0.059, green: 0.498, blue: 0.373)
/* Android */
Color.parseColor("#0f7f5f")Accessibility — WCAG contrast
Aa
#0f7f5f on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f7f5f on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green49.8%
Blue37.3%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow25.2%
Key (black)50.2%
Color previews
#0f7f5f text on a black background
contrast 4.22:1
Card sample
#0f7f5f text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7f5f;
Background color
Panel with #0f7f5f background
background-color: #0f7f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 127, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 127, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7f5f; background: linear-gradient(135deg, #0f7f5f, #0F547F);