#05acff
a balanced, electric cyan · cool · closest name: dodgerblue
RGB
5, 172, 255
HSL
200°, 100%, 51%
CMYK
98, 33, 0, 0
Luminance
0.3676
Every format
| HEX | #05acff |
| RGB | rgb(5, 172, 255) |
| HSL | hsl(200, 100%, 51%) |
| CMYK | cmyk(98%, 33%, 0%, 0%) |
| LAB | lab(67.1 -7.2 -51.1) |
| LCH | lch(67.1 51.6 261.9) |
| OKLCH | oklch(0.712 0.166 241.3) |
Copy-ready code
/* CSS */
color: #05acff;
background-color: #05acff;
/* Tailwind (arbitrary) */
class="text-[#05acff] bg-[#05acff]"
/* SCSS */
$brand: #05acff;
/* SwiftUI */
Color(red: 0.020, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#05acff")Accessibility — WCAG contrast
Aa
#05acff on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#05acff on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green67.5%
Blue100.0%
CMYK percentages
Cyan98.0%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#05acff text on a black background
contrast 8.35:1
Card sample
#05acff text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05acff;
Background color
Panel with #05acff background
background-color: #05acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05acff; background: linear-gradient(135deg, #05acff, #0506FF);