#0fa0bd
a dark, electric cyan · cool · closest name: skyblue
RGB
15, 160, 189
HSL
190°, 85%, 40%
CMYK
92, 15, 0, 26
Luminance
0.2892
Every format
| HEX | #0fa0bd |
| RGB | rgb(15, 160, 189) |
| HSL | hsl(190, 85%, 40%) |
| CMYK | cmyk(92%, 15%, 0%, 26%) |
| LAB | lab(60.7 -23.9 -24.6) |
| LCH | lch(60.7 34.3 225.9) |
| OKLCH | oklch(0.652 0.114 217.1) |
Copy-ready code
/* CSS */
color: #0fa0bd;
background-color: #0fa0bd;
/* Tailwind (arbitrary) */
class="text-[#0fa0bd] bg-[#0fa0bd]"
/* SCSS */
$brand: #0fa0bd;
/* SwiftUI */
Color(red: 0.059, green: 0.627, blue: 0.741)
/* Android */
Color.parseColor("#0fa0bd")Accessibility — WCAG contrast
Aa
#0fa0bd on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0fa0bd on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green62.7%
Blue74.1%
CMYK percentages
Cyan92.1%
Magenta15.3%
Yellow0.0%
Key (black)25.9%
Color previews
#0fa0bd text on a black background
contrast 6.78:1
Card sample
#0fa0bd text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fa0bd;
Background color
Panel with #0fa0bd background
background-color: #0fa0bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fa0bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 160, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 160, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fa0bd; background: linear-gradient(135deg, #0fa0bd, #0F2CBD);