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