#0f8ace
a dark, electric blue · cool · closest name: steelblue
RGB
15, 138, 206
HSL
201°, 86%, 43%
CMYK
93, 33, 0, 19
Luminance
0.2273
Every format
| HEX | #0f8ace |
| RGB | rgb(15, 138, 206) |
| HSL | hsl(201, 86%, 43%) |
| CMYK | cmyk(93%, 33%, 0%, 19%) |
| LAB | lab(54.8 -5.7 -43.4) |
| LCH | lch(54.8 43.8 262.5) |
| OKLCH | oklch(0.607 0.140 241.9) |
Copy-ready code
/* CSS */
color: #0f8ace;
background-color: #0f8ace;
/* Tailwind (arbitrary) */
class="text-[#0f8ace] bg-[#0f8ace]"
/* SCSS */
$brand: #0f8ace;
/* SwiftUI */
Color(red: 0.059, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#0f8ace")Accessibility — WCAG contrast
Aa
#0f8ace on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f8ace on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green54.1%
Blue80.8%
CMYK percentages
Cyan92.7%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#0f8ace text on a black background
contrast 5.55:1
Card sample
#0f8ace text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f8ace;
Background color
Panel with #0f8ace background
background-color: #0f8ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f8ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f8ace; background: linear-gradient(135deg, #0f8ace, #130FCE);