#39abfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
57, 171, 253
HSL
205°, 98%, 61%
CMYK
78, 32, 0, 1
Luminance
0.3709
Every format
| HEX | #39abfd |
| RGB | rgb(57, 171, 253) |
| HSL | hsl(205, 98%, 61%) |
| CMYK | cmyk(78%, 32%, 0%, 1%) |
| LAB | lab(67.3 -4.4 -49.6) |
| LCH | lch(67.3 49.8 265.0) |
| OKLCH | oklch(0.716 0.156 244.7) |
Copy-ready code
/* CSS */
color: #39abfd;
background-color: #39abfd;
/* Tailwind (arbitrary) */
class="text-[#39abfd] bg-[#39abfd]"
/* SCSS */
$brand: #39abfd;
/* SwiftUI */
Color(red: 0.224, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#39abfd")Accessibility — WCAG contrast
Aa
#39abfd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39abfd on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green67.1%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#39abfd text on a black background
contrast 8.42:1
Card sample
#39abfd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39abfd;
Background color
Panel with #39abfd background
background-color: #39abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39abfd; background: linear-gradient(135deg, #39abfd, #4A39FD);