#0fac7f
a dark, electric cyan · cool · closest name: seagreen
RGB
15, 172, 127
HSL
163°, 84%, 37%
CMYK
91, 0, 26, 33
Luminance
0.3114
Every format
| HEX | #0fac7f |
| RGB | rgb(15, 172, 127) |
| HSL | hsl(163, 84%, 37%) |
| CMYK | cmyk(91%, 0%, 26%, 33%) |
| LAB | lab(62.6 -47.7 12.9) |
| LCH | lch(62.6 49.4 164.8) |
| OKLCH | oklch(0.661 0.135 165.9) |
Copy-ready code
/* CSS */
color: #0fac7f;
background-color: #0fac7f;
/* Tailwind (arbitrary) */
class="text-[#0fac7f] bg-[#0fac7f]"
/* SCSS */
$brand: #0fac7f;
/* SwiftUI */
Color(red: 0.059, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#0fac7f")Accessibility — WCAG contrast
Aa
#0fac7f on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fac7f on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.5%
Blue49.8%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow26.2%
Key (black)32.5%
Color previews
#0fac7f text on a black background
contrast 7.23:1
Card sample
#0fac7f text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fac7f;
Background color
Panel with #0fac7f background
background-color: #0fac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fac7f; background: linear-gradient(135deg, #0fac7f, #0F70AC);