#0faca9
a dark, electric cyan · cool · closest name: teal
RGB
15, 172, 169
HSL
179°, 84%, 37%
CMYK
91, 0, 2, 33
Luminance
0.3247
Every format
| HEX | #0faca9 |
| RGB | rgb(15, 172, 169) |
| HSL | hsl(179, 84%, 37%) |
| CMYK | cmyk(91%, 0%, 2%, 33%) |
| LAB | lab(63.7 -36.2 -8.8) |
| LCH | lch(63.7 37.2 193.8) |
| OKLCH | oklch(0.674 0.114 192.6) |
Copy-ready code
/* CSS */
color: #0faca9;
background-color: #0faca9;
/* Tailwind (arbitrary) */
class="text-[#0faca9] bg-[#0faca9]"
/* SCSS */
$brand: #0faca9;
/* SwiftUI */
Color(red: 0.059, green: 0.675, blue: 0.663)
/* Android */
Color.parseColor("#0faca9")Accessibility — WCAG contrast
Aa
#0faca9 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0faca9 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.5%
Blue66.3%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow1.7%
Key (black)32.5%
Color previews
#0faca9 text on a black background
contrast 7.49:1
Card sample
#0faca9 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0faca9;
Background color
Panel with #0faca9 background
background-color: #0faca9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0faca9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 172, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 172, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0faca9; background: linear-gradient(135deg, #0faca9, #0F46AC);