#0f6f4f
a deep, electric cyan · cool · closest name: seagreen
RGB
15, 111, 79
HSL
160°, 76%, 25%
CMYK
87, 0, 29, 57
Luminance
0.1203
Every format
| HEX | #0f6f4f |
| RGB | rgb(15, 111, 79) |
| HSL | hsl(160, 76%, 25%) |
| CMYK | cmyk(87%, 0%, 29%, 57%) |
| LAB | lab(41.3 -34.4 10.6) |
| LCH | lch(41.3 36.0 162.9) |
| OKLCH | oklch(0.482 0.098 164.1) |
Copy-ready code
/* CSS */
color: #0f6f4f;
background-color: #0f6f4f;
/* Tailwind (arbitrary) */
class="text-[#0f6f4f] bg-[#0f6f4f]"
/* SCSS */
$brand: #0f6f4f;
/* SwiftUI */
Color(red: 0.059, green: 0.435, blue: 0.310)
/* Android */
Color.parseColor("#0f6f4f")Accessibility — WCAG contrast
Aa
#0f6f4f on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6f4f on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green43.5%
Blue31.0%
CMYK percentages
Cyan86.5%
Magenta0.0%
Yellow28.8%
Key (black)56.5%
Color previews
#0f6f4f text on a black background
contrast 3.41:1
Card sample
#0f6f4f text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6f4f;
Background color
Panel with #0f6f4f background
background-color: #0f6f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 111, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 111, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6f4f; background: linear-gradient(135deg, #0f6f4f, #0F4F6F);