#0f9fdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
15, 159, 223
HSL
199°, 87%, 47%
CMYK
93, 29, 0, 13
Luminance
0.3023
Every format
| HEX | #0f9fdf |
| RGB | rgb(15, 159, 223) |
| HSL | hsl(199, 87%, 47%) |
| CMYK | cmyk(93%, 29%, 0%, 13%) |
| LAB | lab(61.9 -11.3 -41.8) |
| LCH | lch(61.9 43.4 254.8) |
| OKLCH | oklch(0.665 0.142 236.7) |
Copy-ready code
/* CSS */
color: #0f9fdf;
background-color: #0f9fdf;
/* Tailwind (arbitrary) */
class="text-[#0f9fdf] bg-[#0f9fdf]"
/* SCSS */
$brand: #0f9fdf;
/* SwiftUI */
Color(red: 0.059, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#0f9fdf")Accessibility — WCAG contrast
Aa
#0f9fdf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0f9fdf on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#0f9fdf text on a black background
contrast 7.05:1
Card sample
#0f9fdf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f9fdf;
Background color
Panel with #0f9fdf background
background-color: #0f9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f9fdf; background: linear-gradient(135deg, #0f9fdf, #0F14DF);