#0facaf
a dark, electric cyan · cool · closest name: teal
RGB
15, 172, 175
HSL
181°, 84%, 37%
CMYK
91, 2, 0, 31
Luminance
0.3270
Every format
| HEX | #0facaf |
| RGB | rgb(15, 172, 175) |
| HSL | hsl(181, 84%, 37%) |
| CMYK | cmyk(91%, 2%, 0%, 31%) |
| LAB | lab(63.9 -34.3 -11.9) |
| LCH | lch(63.9 36.3 199.2) |
| OKLCH | oklch(0.676 0.113 197.1) |
Copy-ready code
/* CSS */
color: #0facaf;
background-color: #0facaf;
/* Tailwind (arbitrary) */
class="text-[#0facaf] bg-[#0facaf]"
/* SCSS */
$brand: #0facaf;
/* SwiftUI */
Color(red: 0.059, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#0facaf")Accessibility — WCAG contrast
Aa
#0facaf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0facaf on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.5%
Blue68.6%
CMYK percentages
Cyan91.4%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#0facaf text on a black background
contrast 7.54:1
Card sample
#0facaf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0facaf;
Background color
Panel with #0facaf background
background-color: #0facaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0facaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0facaf; background: linear-gradient(135deg, #0facaf, #0F41AF);