#07abfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
7, 171, 253
HSL
200°, 98%, 51%
CMYK
97, 32, 0, 1
Luminance
0.3626
Every format
| HEX | #07abfd |
| RGB | rgb(7, 171, 253) |
| HSL | hsl(200, 98%, 51%) |
| CMYK | cmyk(97%, 32%, 0%, 1%) |
| LAB | lab(66.7 -7.4 -50.6) |
| LCH | lch(66.7 51.1 261.7) |
| OKLCH | oklch(0.709 0.165 241.2) |
Copy-ready code
/* CSS */
color: #07abfd;
background-color: #07abfd;
/* Tailwind (arbitrary) */
class="text-[#07abfd] bg-[#07abfd]"
/* SCSS */
$brand: #07abfd;
/* SwiftUI */
Color(red: 0.027, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#07abfd")Accessibility — WCAG contrast
Aa
#07abfd on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07abfd on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green67.1%
Blue99.2%
CMYK percentages
Cyan97.2%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#07abfd text on a black background
contrast 8.25:1
Card sample
#07abfd text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07abfd;
Background color
Panel with #07abfd background
background-color: #07abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07abfd; background: linear-gradient(135deg, #07abfd, #0707FD);