#4f9bfe
a light, electric blue · cool · closest name: dodgerblue
RGB
79, 155, 254
HSL
214°, 99%, 65%
CMYK
69, 39, 0, 0
Luminance
0.3226
Every format
| HEX | #4f9bfe |
| RGB | rgb(79, 155, 254) |
| HSL | hsl(214, 99%, 65%) |
| CMYK | cmyk(69%, 39%, 0%, 0%) |
| LAB | lab(63.5 7.9 -56.1) |
| LCH | lch(63.5 56.6 278.0) |
| OKLCH | oklch(0.688 0.165 256.0) |
Copy-ready code
/* CSS */
color: #4f9bfe;
background-color: #4f9bfe;
/* Tailwind (arbitrary) */
class="text-[#4f9bfe] bg-[#4f9bfe]"
/* SCSS */
$brand: #4f9bfe;
/* SwiftUI */
Color(red: 0.310, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#4f9bfe")Accessibility — WCAG contrast
Aa
#4f9bfe on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4f9bfe on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green60.8%
Blue99.6%
CMYK percentages
Cyan68.9%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#4f9bfe text on a black background
contrast 7.45:1
Card sample
#4f9bfe text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f9bfe;
Background color
Panel with #4f9bfe background
background-color: #4f9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f9bfe; background: linear-gradient(135deg, #4f9bfe, #784FFE);