#10acff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
16, 172, 255
HSL
201°, 100%, 53%
CMYK
94, 33, 0, 0
Luminance
0.3684
Every format
| HEX | #10acff |
| RGB | rgb(16, 172, 255) |
| HSL | hsl(201, 100%, 53%) |
| CMYK | cmyk(94%, 33%, 0%, 0%) |
| LAB | lab(67.2 -7.0 -51.0) |
| LCH | lch(67.2 51.5 262.2) |
| OKLCH | oklch(0.713 0.165 241.6) |
Copy-ready code
/* CSS */
color: #10acff;
background-color: #10acff;
/* Tailwind (arbitrary) */
class="text-[#10acff] bg-[#10acff]"
/* SCSS */
$brand: #10acff;
/* SwiftUI */
Color(red: 0.063, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#10acff")Accessibility — WCAG contrast
Aa
#10acff on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10acff on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green67.5%
Blue100.0%
CMYK percentages
Cyan93.7%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#10acff text on a black background
contrast 8.37:1
Card sample
#10acff text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10acff;
Background color
Panel with #10acff background
background-color: #10acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10acff; background: linear-gradient(135deg, #10acff, #1310FF);