#098ace
a dark, electric blue · cool · closest name: steelblue
RGB
9, 138, 206
HSL
201°, 92%, 42%
CMYK
96, 33, 0, 19
Luminance
0.2269
Every format
| HEX | #098ace |
| RGB | rgb(9, 138, 206) |
| HSL | hsl(201, 92%, 42%) |
| CMYK | cmyk(96%, 33%, 0%, 19%) |
| LAB | lab(54.8 -5.9 -43.5) |
| LCH | lch(54.8 43.9 262.3) |
| OKLCH | oklch(0.606 0.141 241.6) |
Copy-ready code
/* CSS */
color: #098ace;
background-color: #098ace;
/* Tailwind (arbitrary) */
class="text-[#098ace] bg-[#098ace]"
/* SCSS */
$brand: #098ace;
/* SwiftUI */
Color(red: 0.035, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#098ace")Accessibility — WCAG contrast
Aa
#098ace on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#098ace on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green54.1%
Blue80.8%
CMYK percentages
Cyan95.6%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#098ace text on a black background
contrast 5.54:1
Card sample
#098ace text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #098ace;
Background color
Panel with #098ace background
background-color: #098ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #098ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #098ace; background: linear-gradient(135deg, #098ace, #0B09CE);