#32abfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
50, 171, 253
HSL
204°, 98%, 59%
CMYK
80, 32, 0, 1
Luminance
0.3690
Every format
| HEX | #32abfd |
| RGB | rgb(50, 171, 253) |
| HSL | hsl(204, 98%, 59%) |
| CMYK | cmyk(80%, 32%, 0%, 1%) |
| LAB | lab(67.2 -5.1 -49.8) |
| LCH | lch(67.2 50.1 264.2) |
| OKLCH | oklch(0.714 0.158 243.9) |
Copy-ready code
/* CSS */
color: #32abfd;
background-color: #32abfd;
/* Tailwind (arbitrary) */
class="text-[#32abfd] bg-[#32abfd]"
/* SCSS */
$brand: #32abfd;
/* SwiftUI */
Color(red: 0.196, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#32abfd")Accessibility — WCAG contrast
Aa
#32abfd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32abfd on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green67.1%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#32abfd text on a black background
contrast 8.38:1
Card sample
#32abfd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32abfd;
Background color
Panel with #32abfd background
background-color: #32abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32abfd; background: linear-gradient(135deg, #32abfd, #4032FD);