#129afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
18, 154, 253
HSL
205°, 98%, 53%
CMYK
93, 39, 0, 1
Luminance
0.3033
Every format
| HEX | #129afd |
| RGB | rgb(18, 154, 253) |
| HSL | hsl(205, 98%, 53%) |
| CMYK | cmyk(93%, 39%, 0%, 1%) |
| LAB | lab(61.9 2.7 -58.2) |
| LCH | lch(61.9 58.3 272.7) |
| OKLCH | oklch(0.671 0.179 248.6) |
Copy-ready code
/* CSS */
color: #129afd;
background-color: #129afd;
/* Tailwind (arbitrary) */
class="text-[#129afd] bg-[#129afd]"
/* SCSS */
$brand: #129afd;
/* SwiftUI */
Color(red: 0.071, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#129afd")Accessibility — WCAG contrast
Aa
#129afd on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#129afd on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green60.4%
Blue99.2%
CMYK percentages
Cyan92.9%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#129afd text on a black background
contrast 7.07:1
Card sample
#129afd text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129afd;
Background color
Panel with #129afd background
background-color: #129afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129afd; background: linear-gradient(135deg, #129afd, #2712FD);