#0f8bac
a dark, electric cyan · cool · closest name: steelblue
RGB
15, 139, 172
HSL
193°, 84%, 37%
CMYK
91, 19, 0, 33
Luminance
0.2155
Every format
| HEX | #0f8bac |
| RGB | rgb(15, 139, 172) |
| HSL | hsl(193, 84%, 37%) |
| CMYK | cmyk(91%, 19%, 0%, 33%) |
| LAB | lab(53.5 -18.7 -26.0) |
| LCH | lch(53.5 32.1 234.3) |
| OKLCH | oklch(0.592 0.107 222.9) |
Copy-ready code
/* CSS */
color: #0f8bac;
background-color: #0f8bac;
/* Tailwind (arbitrary) */
class="text-[#0f8bac] bg-[#0f8bac]"
/* SCSS */
$brand: #0f8bac;
/* SwiftUI */
Color(red: 0.059, green: 0.545, blue: 0.675)
/* Android */
Color.parseColor("#0f8bac")Accessibility — WCAG contrast
Aa
#0f8bac on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f8bac on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green54.5%
Blue67.5%
CMYK percentages
Cyan91.3%
Magenta19.2%
Yellow0.0%
Key (black)32.5%
Color previews
#0f8bac text on a black background
contrast 5.31:1
Card sample
#0f8bac text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f8bac;
Background color
Panel with #0f8bac background
background-color: #0f8bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f8bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 139, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 139, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f8bac; background: linear-gradient(135deg, #0f8bac, #0F22AC);