#08aafd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
8, 170, 253
HSL
200°, 98%, 51%
CMYK
97, 33, 0, 1
Luminance
0.3589
Every format
| HEX | #08aafd |
| RGB | rgb(8, 170, 253) |
| HSL | hsl(200, 98%, 51%) |
| CMYK | cmyk(97%, 33%, 0%, 1%) |
| LAB | lab(66.4 -6.8 -51.1) |
| LCH | lch(66.4 51.5 262.4) |
| OKLCH | oklch(0.707 0.165 241.6) |
Copy-ready code
/* CSS */
color: #08aafd;
background-color: #08aafd;
/* Tailwind (arbitrary) */
class="text-[#08aafd] bg-[#08aafd]"
/* SCSS */
$brand: #08aafd;
/* SwiftUI */
Color(red: 0.031, green: 0.667, blue: 0.992)
/* Android */
Color.parseColor("#08aafd")Accessibility — WCAG contrast
Aa
#08aafd on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08aafd on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green66.7%
Blue99.2%
CMYK percentages
Cyan96.8%
Magenta32.8%
Yellow0.0%
Key (black)0.8%
Color previews
#08aafd text on a black background
contrast 8.18:1
Card sample
#08aafd text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08aafd;
Background color
Panel with #08aafd background
background-color: #08aafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08aafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 170, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 170, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08aafd; background: linear-gradient(135deg, #08aafd, #0908FD);