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