#0aa5ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
10, 165, 255
HSL
202°, 100%, 52%
CMYK
96, 35, 0, 0
Luminance
0.3419
Every format
| HEX | #0aa5ff |
| RGB | rgb(10, 165, 255) |
| HSL | hsl(202, 100%, 52%) |
| CMYK | cmyk(96%, 35%, 0%, 0%) |
| LAB | lab(65.1 -3.2 -54.2) |
| LCH | lch(65.1 54.3 266.7) |
| OKLCH | oklch(0.696 0.172 244.5) |
Copy-ready code
/* CSS */
color: #0aa5ff;
background-color: #0aa5ff;
/* Tailwind (arbitrary) */
class="text-[#0aa5ff] bg-[#0aa5ff]"
/* SCSS */
$brand: #0aa5ff;
/* SwiftUI */
Color(red: 0.039, green: 0.647, blue: 1.000)
/* Android */
Color.parseColor("#0aa5ff")Accessibility — WCAG contrast
Aa
#0aa5ff on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aa5ff on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green64.7%
Blue100.0%
CMYK percentages
Cyan96.1%
Magenta35.3%
Yellow0.0%
Key (black)0.0%
Color previews
#0aa5ff text on a black background
contrast 7.84:1
Card sample
#0aa5ff text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aa5ff;
Background color
Panel with #0aa5ff background
background-color: #0aa5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aa5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 165, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 165, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aa5ff; background: linear-gradient(135deg, #0aa5ff, #120AFF);