#32acff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
50, 172, 255
HSL
204°, 100%, 60%
CMYK
80, 33, 0, 0
Luminance
0.3740
Every format
| HEX | #32acff |
| RGB | rgb(50, 172, 255) |
| HSL | hsl(204, 100%, 60%) |
| CMYK | cmyk(80%, 33%, 0%, 0%) |
| LAB | lab(67.6 -4.9 -50.3) |
| LCH | lch(67.6 50.6 264.4) |
| OKLCH | oklch(0.717 0.159 244.0) |
Copy-ready code
/* CSS */
color: #32acff;
background-color: #32acff;
/* Tailwind (arbitrary) */
class="text-[#32acff] bg-[#32acff]"
/* SCSS */
$brand: #32acff;
/* SwiftUI */
Color(red: 0.196, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#32acff")Accessibility — WCAG contrast
Aa
#32acff on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#32acff on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green67.5%
Blue100.0%
CMYK percentages
Cyan80.4%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#32acff text on a black background
contrast 8.48:1
Card sample
#32acff text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32acff;
Background color
Panel with #32acff background
background-color: #32acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32acff; background: linear-gradient(135deg, #32acff, #4132FF);