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