#3fadff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
63, 173, 255
HSL
206°, 100%, 62%
CMYK
75, 32, 0, 0
Luminance
0.3816
Every format
| HEX | #3fadff |
| RGB | rgb(63, 173, 255) |
| HSL | hsl(206, 100%, 62%) |
| CMYK | cmyk(75%, 32%, 0%, 0%) |
| LAB | lab(68.1 -4.2 -49.4) |
| LCH | lch(68.1 49.6 265.2) |
| OKLCH | oklch(0.723 0.154 245.2) |
Copy-ready code
/* CSS */
color: #3fadff;
background-color: #3fadff;
/* Tailwind (arbitrary) */
class="text-[#3fadff] bg-[#3fadff]"
/* SCSS */
$brand: #3fadff;
/* SwiftUI */
Color(red: 0.247, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#3fadff")Accessibility — WCAG contrast
Aa
#3fadff on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fadff on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.8%
Blue100.0%
CMYK percentages
Cyan75.3%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#3fadff text on a black background
contrast 8.63:1
Card sample
#3fadff text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fadff;
Background color
Panel with #3fadff background
background-color: #3fadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fadff; background: linear-gradient(135deg, #3fadff, #513FFF);