#3fadec
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 173, 236
HSL
202°, 82%, 59%
CMYK
73, 27, 0, 8
Luminance
0.3700
Every format
| HEX | #3fadec |
| RGB | rgb(63, 173, 236) |
| HSL | hsl(202, 82%, 59%) |
| CMYK | cmyk(73%, 27%, 0%, 8%) |
| LAB | lab(67.3 -10.6 -40.4) |
| LCH | lch(67.3 41.8 255.3) |
| OKLCH | oklch(0.713 0.134 238.3) |
Copy-ready code
/* CSS */
color: #3fadec;
background-color: #3fadec;
/* Tailwind (arbitrary) */
class="text-[#3fadec] bg-[#3fadec]"
/* SCSS */
$brand: #3fadec;
/* SwiftUI */
Color(red: 0.247, green: 0.678, blue: 0.925)
/* Android */
Color.parseColor("#3fadec")Accessibility — WCAG contrast
Aa
#3fadec on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fadec on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green67.8%
Blue92.5%
CMYK percentages
Cyan73.3%
Magenta26.7%
Yellow0.0%
Key (black)7.5%
Color previews
#3fadec text on a black background
contrast 8.40:1
Card sample
#3fadec text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fadec;
Background color
Panel with #3fadec background
background-color: #3fadec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fadec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 173, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 173, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fadec; background: linear-gradient(135deg, #3fadec, #443FEC);