#0f9dab
a dark, electric cyan · cool · closest name: teal
RGB
15, 157, 171
HSL
185°, 84%, 37%
CMYK
91, 8, 0, 33
Luminance
0.2716
Every format
| HEX | #0f9dab |
| RGB | rgb(15, 157, 171) |
| HSL | hsl(185, 84%, 37%) |
| CMYK | cmyk(91%, 8%, 0%, 33%) |
| LAB | lab(59.1 -28.4 -16.9) |
| LCH | lch(59.1 33.0 210.8) |
| OKLCH | oklch(0.637 0.107 206.2) |
Copy-ready code
/* CSS */
color: #0f9dab;
background-color: #0f9dab;
/* Tailwind (arbitrary) */
class="text-[#0f9dab] bg-[#0f9dab]"
/* SCSS */
$brand: #0f9dab;
/* SwiftUI */
Color(red: 0.059, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#0f9dab")Accessibility — WCAG contrast
Aa
#0f9dab on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f9dab on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green61.6%
Blue67.1%
CMYK percentages
Cyan91.2%
Magenta8.2%
Yellow0.0%
Key (black)32.9%
Color previews
#0f9dab text on a black background
contrast 6.43:1
Card sample
#0f9dab text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f9dab;
Background color
Panel with #0f9dab background
background-color: #0f9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f9dab; background: linear-gradient(135deg, #0f9dab, #0F35AB);