#4bafff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
75, 175, 255
HSL
207°, 100%, 65%
CMYK
71, 31, 0, 0
Luminance
0.3938
Every format
| HEX | #4bafff |
| RGB | rgb(75, 175, 255) |
| HSL | hsl(207, 100%, 65%) |
| CMYK | cmyk(71%, 31%, 0%, 0%) |
| LAB | lab(69.0 -3.8 -48.0) |
| LCH | lch(69.0 48.1 265.5) |
| OKLCH | oklch(0.730 0.149 246.1) |
Copy-ready code
/* CSS */
color: #4bafff;
background-color: #4bafff;
/* Tailwind (arbitrary) */
class="text-[#4bafff] bg-[#4bafff]"
/* SCSS */
$brand: #4bafff;
/* SwiftUI */
Color(red: 0.294, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#4bafff")Accessibility — WCAG contrast
Aa
#4bafff on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bafff on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green68.6%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#4bafff text on a black background
contrast 8.88:1
Card sample
#4bafff text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bafff;
Background color
Panel with #4bafff background
background-color: #4bafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bafff; background: linear-gradient(135deg, #4bafff, #5F4BFF);