#0f7baf
a dark, electric cyan · cool · closest name: steelblue
RGB
15, 123, 175
HSL
200°, 84%, 37%
CMYK
91, 30, 0, 31
Luminance
0.1736
Every format
| HEX | #0f7baf |
| RGB | rgb(15, 123, 175) |
| HSL | hsl(200, 84%, 37%) |
| CMYK | cmyk(91%, 30%, 0%, 31%) |
| LAB | lab(48.7 -8.6 -35.3) |
| LCH | lch(48.7 36.3 256.2) |
| OKLCH | oklch(0.553 0.118 237.8) |
Copy-ready code
/* CSS */
color: #0f7baf;
background-color: #0f7baf;
/* Tailwind (arbitrary) */
class="text-[#0f7baf] bg-[#0f7baf]"
/* SCSS */
$brand: #0f7baf;
/* SwiftUI */
Color(red: 0.059, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#0f7baf")Accessibility — WCAG contrast
Aa
#0f7baf on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f7baf on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green48.2%
Blue68.6%
CMYK percentages
Cyan91.4%
Magenta29.7%
Yellow0.0%
Key (black)31.4%
Color previews
#0f7baf text on a black background
contrast 4.47:1
Card sample
#0f7baf text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7baf;
Background color
Panel with #0f7baf background
background-color: #0f7baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7baf; background: linear-gradient(135deg, #0f7baf, #0F10AF);