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