#4f8fff
a light, electric blue · cool · closest name: dodgerblue
RGB
79, 143, 255
HSL
218°, 100%, 66%
CMYK
69, 44, 0, 0
Luminance
0.2853
Every format
| HEX | #4f8fff |
| RGB | rgb(79, 143, 255) |
| HSL | hsl(218, 100%, 66%) |
| CMYK | cmyk(69%, 44%, 0%, 0%) |
| LAB | lab(60.4 15.4 -61.8) |
| LCH | lch(60.4 63.6 284.0) |
| OKLCH | oklch(0.663 0.179 260.7) |
Copy-ready code
/* CSS */
color: #4f8fff;
background-color: #4f8fff;
/* Tailwind (arbitrary) */
class="text-[#4f8fff] bg-[#4f8fff]"
/* SCSS */
$brand: #4f8fff;
/* SwiftUI */
Color(red: 0.310, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#4f8fff")Accessibility — WCAG contrast
Aa
#4f8fff on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f8fff on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green56.1%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#4f8fff text on a black background
contrast 6.71:1
Card sample
#4f8fff text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f8fff;
Background color
Panel with #4f8fff background
background-color: #4f8fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f8fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f8fff; background: linear-gradient(135deg, #4f8fff, #844FFF);