#0aa2ff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
10, 162, 255
HSL
203°, 100%, 52%
CMYK
96, 37, 0, 0
Luminance
0.3313
Every format
| HEX | #0aa2ff |
| RGB | rgb(10, 162, 255) |
| HSL | hsl(203, 100%, 52%) |
| CMYK | cmyk(96%, 37%, 0%, 0%) |
| LAB | lab(64.3 -1.4 -55.6) |
| LCH | lch(64.3 55.6 268.5) |
| OKLCH | oklch(0.690 0.174 245.7) |
Copy-ready code
/* CSS */
color: #0aa2ff;
background-color: #0aa2ff;
/* Tailwind (arbitrary) */
class="text-[#0aa2ff] bg-[#0aa2ff]"
/* SCSS */
$brand: #0aa2ff;
/* SwiftUI */
Color(red: 0.039, green: 0.635, blue: 1.000)
/* Android */
Color.parseColor("#0aa2ff")Accessibility — WCAG contrast
Aa
#0aa2ff on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0aa2ff on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green63.5%
Blue100.0%
CMYK percentages
Cyan96.1%
Magenta36.5%
Yellow0.0%
Key (black)0.0%
Color previews
#0aa2ff text on a black background
contrast 7.63:1
Card sample
#0aa2ff text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aa2ff;
Background color
Panel with #0aa2ff background
background-color: #0aa2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aa2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 162, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 162, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aa2ff; background: linear-gradient(135deg, #0aa2ff, #160AFF);