#0da9eb
a balanced, electric cyan · cool · closest name: steelblue
RGB
13, 169, 235
HSL
198°, 90%, 49%
CMYK
95, 28, 0, 8
Luminance
0.3446
Every format
| HEX | #0da9eb |
| RGB | rgb(13, 169, 235) |
| HSL | hsl(198, 90%, 49%) |
| CMYK | cmyk(95%, 28%, 0%, 8%) |
| LAB | lab(65.3 -12.6 -43.0) |
| LCH | lch(65.3 44.8 253.7) |
| OKLCH | oklch(0.695 0.147 235.9) |
Copy-ready code
/* CSS */
color: #0da9eb;
background-color: #0da9eb;
/* Tailwind (arbitrary) */
class="text-[#0da9eb] bg-[#0da9eb]"
/* SCSS */
$brand: #0da9eb;
/* SwiftUI */
Color(red: 0.051, green: 0.663, blue: 0.922)
/* Android */
Color.parseColor("#0da9eb")Accessibility — WCAG contrast
Aa
#0da9eb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0da9eb on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green66.3%
Blue92.2%
CMYK percentages
Cyan94.5%
Magenta28.1%
Yellow0.0%
Key (black)7.8%
Color previews
#0da9eb text on a black background
contrast 7.89:1
Card sample
#0da9eb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0da9eb;
Background color
Panel with #0da9eb background
background-color: #0da9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0da9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 169, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 169, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0da9eb; background: linear-gradient(135deg, #0da9eb, #0D15EB);