#0fac8f
a dark, electric cyan · cool · closest name: seagreen
RGB
15, 172, 143
HSL
169°, 84%, 37%
CMYK
91, 0, 17, 33
Luminance
0.3159
Every format
| HEX | #0fac8f |
| RGB | rgb(15, 172, 143) |
| HSL | hsl(169, 84%, 37%) |
| CMYK | cmyk(91%, 0%, 17%, 33%) |
| LAB | lab(63.0 -43.6 4.6) |
| LCH | lch(63.0 43.8 174.0) |
| OKLCH | oklch(0.665 0.124 174.7) |
Copy-ready code
/* CSS */
color: #0fac8f;
background-color: #0fac8f;
/* Tailwind (arbitrary) */
class="text-[#0fac8f] bg-[#0fac8f]"
/* SCSS */
$brand: #0fac8f;
/* SwiftUI */
Color(red: 0.059, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#0fac8f")Accessibility — WCAG contrast
Aa
#0fac8f on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fac8f on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.5%
Blue56.1%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow16.9%
Key (black)32.5%
Color previews
#0fac8f text on a black background
contrast 7.32:1
Card sample
#0fac8f text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fac8f;
Background color
Panel with #0fac8f background
background-color: #0fac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fac8f; background: linear-gradient(135deg, #0fac8f, #0F60AC);