#0f8ccc
a dark, electric blue · cool · closest name: steelblue
RGB
15, 140, 204
HSL
200°, 86%, 43%
CMYK
93, 31, 0, 20
Luminance
0.2322
Every format
| HEX | #0f8ccc |
| RGB | rgb(15, 140, 204) |
| HSL | hsl(200, 86%, 43%) |
| CMYK | cmyk(93%, 31%, 0%, 20%) |
| LAB | lab(55.3 -7.6 -41.5) |
| LCH | lch(55.3 42.2 259.6) |
| OKLCH | oklch(0.611 0.136 240.0) |
Copy-ready code
/* CSS */
color: #0f8ccc;
background-color: #0f8ccc;
/* Tailwind (arbitrary) */
class="text-[#0f8ccc] bg-[#0f8ccc]"
/* SCSS */
$brand: #0f8ccc;
/* SwiftUI */
Color(red: 0.059, green: 0.549, blue: 0.800)
/* Android */
Color.parseColor("#0f8ccc")Accessibility — WCAG contrast
Aa
#0f8ccc on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f8ccc on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green54.9%
Blue80.0%
CMYK percentages
Cyan92.6%
Magenta31.4%
Yellow0.0%
Key (black)20.0%
Color previews
#0f8ccc text on a black background
contrast 5.64:1
Card sample
#0f8ccc text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f8ccc;
Background color
Panel with #0f8ccc background
background-color: #0f8ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f8ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 140, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 140, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f8ccc; background: linear-gradient(135deg, #0f8ccc, #100FCC);