#4bacff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
75, 172, 255
HSL
208°, 100%, 65%
CMYK
71, 33, 0, 0
Luminance
0.3822
Every format
| HEX | #4bacff |
| RGB | rgb(75, 172, 255) |
| HSL | hsl(208, 100%, 65%) |
| CMYK | cmyk(71%, 33%, 0%, 0%) |
| LAB | lab(68.2 -2.1 -49.3) |
| LCH | lch(68.2 49.4 267.6) |
| OKLCH | oklch(0.724 0.151 247.6) |
Copy-ready code
/* CSS */
color: #4bacff;
background-color: #4bacff;
/* Tailwind (arbitrary) */
class="text-[#4bacff] bg-[#4bacff]"
/* SCSS */
$brand: #4bacff;
/* SwiftUI */
Color(red: 0.294, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#4bacff")Accessibility — WCAG contrast
Aa
#4bacff on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bacff on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.5%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#4bacff text on a black background
contrast 8.64:1
Card sample
#4bacff text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bacff;
Background color
Panel with #4bacff background
background-color: #4bacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bacff; background: linear-gradient(135deg, #4bacff, #624BFF);