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