#0fa2ab
a dark, electric cyan · cool · closest name: teal
RGB
15, 162, 171
HSL
184°, 84%, 37%
CMYK
91, 5, 0, 33
Luminance
0.2888
Every format
| HEX | #0fa2ab |
| RGB | rgb(15, 162, 171) |
| HSL | hsl(184, 84%, 37%) |
| CMYK | cmyk(91%, 5%, 0%, 33%) |
| LAB | lab(60.7 -30.8 -14.6) |
| LCH | lch(60.7 34.1 205.3) |
| OKLCH | oklch(0.649 0.108 202.0) |
Copy-ready code
/* CSS */
color: #0fa2ab;
background-color: #0fa2ab;
/* Tailwind (arbitrary) */
class="text-[#0fa2ab] bg-[#0fa2ab]"
/* SCSS */
$brand: #0fa2ab;
/* SwiftUI */
Color(red: 0.059, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#0fa2ab")Accessibility — WCAG contrast
Aa
#0fa2ab on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0fa2ab on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green63.5%
Blue67.1%
CMYK percentages
Cyan91.2%
Magenta5.3%
Yellow0.0%
Key (black)32.9%
Color previews
#0fa2ab text on a black background
contrast 6.78:1
Card sample
#0fa2ab text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fa2ab;
Background color
Panel with #0fa2ab background
background-color: #0fa2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fa2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fa2ab; background: linear-gradient(135deg, #0fa2ab, #0F3AAB);