#4dafff
a light, electric blue · cool · closest name: dodgerblue
RGB
77, 175, 255
HSL
207°, 100%, 65%
CMYK
70, 31, 0, 0
Luminance
0.3946
Every format
| HEX | #4dafff |
| RGB | rgb(77, 175, 255) |
| HSL | hsl(207, 100%, 65%) |
| CMYK | cmyk(70%, 31%, 0%, 0%) |
| LAB | lab(69.1 -3.5 -47.9) |
| LCH | lch(69.1 48.0 265.8) |
| OKLCH | oklch(0.731 0.148 246.4) |
Copy-ready code
/* CSS */
color: #4dafff;
background-color: #4dafff;
/* Tailwind (arbitrary) */
class="text-[#4dafff] bg-[#4dafff]"
/* SCSS */
$brand: #4dafff;
/* SwiftUI */
Color(red: 0.302, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#4dafff")Accessibility — WCAG contrast
Aa
#4dafff on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dafff on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green68.6%
Blue100.0%
CMYK percentages
Cyan69.8%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#4dafff text on a black background
contrast 8.89:1
Card sample
#4dafff text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dafff;
Background color
Panel with #4dafff background
background-color: #4dafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dafff; background: linear-gradient(135deg, #4dafff, #624DFF);