#52acff
a light, electric blue · cool · closest name: dodgerblue
RGB
82, 172, 255
HSL
209°, 100%, 66%
CMYK
68, 33, 0, 0
Luminance
0.3852
Every format
| HEX | #52acff |
| RGB | rgb(82, 172, 255) |
| HSL | hsl(209, 100%, 66%) |
| CMYK | cmyk(68%, 33%, 0%, 0%) |
| LAB | lab(68.4 -1.1 -49.0) |
| LCH | lch(68.4 49.0 268.7) |
| OKLCH | oklch(0.726 0.149 249.0) |
Copy-ready code
/* CSS */
color: #52acff;
background-color: #52acff;
/* Tailwind (arbitrary) */
class="text-[#52acff] bg-[#52acff]"
/* SCSS */
$brand: #52acff;
/* SwiftUI */
Color(red: 0.322, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#52acff")Accessibility — WCAG contrast
Aa
#52acff on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52acff on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green67.5%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#52acff text on a black background
contrast 8.70:1
Card sample
#52acff text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52acff;
Background color
Panel with #52acff background
background-color: #52acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52acff; background: linear-gradient(135deg, #52acff, #6B52FF);