#4eadff
a light, electric blue · cool · closest name: dodgerblue
RGB
78, 173, 255
HSL
208°, 100%, 65%
CMYK
69, 32, 0, 0
Luminance
0.3873
Every format
| HEX | #4eadff |
| RGB | rgb(78, 173, 255) |
| HSL | hsl(208, 100%, 65%) |
| CMYK | cmyk(69%, 32%, 0%, 0%) |
| LAB | lab(68.5 -2.3 -48.7) |
| LCH | lch(68.5 48.8 267.4) |
| OKLCH | oklch(0.727 0.149 247.7) |
Copy-ready code
/* CSS */
color: #4eadff;
background-color: #4eadff;
/* Tailwind (arbitrary) */
class="text-[#4eadff] bg-[#4eadff]"
/* SCSS */
$brand: #4eadff;
/* SwiftUI */
Color(red: 0.306, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#4eadff")Accessibility — WCAG contrast
Aa
#4eadff on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eadff on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green67.8%
Blue100.0%
CMYK percentages
Cyan69.4%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#4eadff text on a black background
contrast 8.75:1
Card sample
#4eadff text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eadff;
Background color
Panel with #4eadff background
background-color: #4eadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eadff; background: linear-gradient(135deg, #4eadff, #654EFF);