#0f9dbb
a dark, electric cyan · cool · closest name: teal
RGB
15, 157, 187
HSL
191°, 85%, 40%
CMYK
92, 16, 0, 27
Luminance
0.2780
Every format
| HEX | #0f9dbb |
| RGB | rgb(15, 157, 187) |
| HSL | hsl(191, 85%, 40%) |
| CMYK | cmyk(92%, 16%, 0%, 27%) |
| LAB | lab(59.7 -23.0 -25.1) |
| LCH | lch(59.7 34.0 227.4) |
| OKLCH | oklch(0.643 0.114 218.2) |
Copy-ready code
/* CSS */
color: #0f9dbb;
background-color: #0f9dbb;
/* Tailwind (arbitrary) */
class="text-[#0f9dbb] bg-[#0f9dbb]"
/* SCSS */
$brand: #0f9dbb;
/* SwiftUI */
Color(red: 0.059, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#0f9dbb")Accessibility — WCAG contrast
Aa
#0f9dbb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f9dbb on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green61.6%
Blue73.3%
CMYK percentages
Cyan92.0%
Magenta16.0%
Yellow0.0%
Key (black)26.7%
Color previews
#0f9dbb text on a black background
contrast 6.56:1
Card sample
#0f9dbb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f9dbb;
Background color
Panel with #0f9dbb background
background-color: #0f9dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f9dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f9dbb; background: linear-gradient(135deg, #0f9dbb, #0F2ABB);