#509fff
a light, electric blue · cool · closest name: dodgerblue
RGB
80, 159, 255
HSL
213°, 100%, 66%
CMYK
69, 38, 0, 0
Luminance
0.3372
Every format
| HEX | #509fff |
| RGB | rgb(80, 159, 255) |
| HSL | hsl(213, 100%, 66%) |
| CMYK | cmyk(69%, 38%, 0%, 0%) |
| LAB | lab(64.7 6.0 -54.8) |
| LCH | lch(64.7 55.1 276.3) |
| OKLCH | oklch(0.697 0.162 254.7) |
Copy-ready code
/* CSS */
color: #509fff;
background-color: #509fff;
/* Tailwind (arbitrary) */
class="text-[#509fff] bg-[#509fff]"
/* SCSS */
$brand: #509fff;
/* SwiftUI */
Color(red: 0.314, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#509fff")Accessibility — WCAG contrast
Aa
#509fff on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#509fff on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green62.4%
Blue100.0%
CMYK percentages
Cyan68.6%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#509fff text on a black background
contrast 7.74:1
Card sample
#509fff text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #509fff;
Background color
Panel with #509fff background
background-color: #509fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #509fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #509fff; background: linear-gradient(135deg, #509fff, #7650FF);