#3faffe
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 175, 254
HSL
205°, 99%, 62%
CMYK
75, 31, 0, 0
Luminance
0.3887
Every format
| HEX | #3faffe |
| RGB | rgb(63, 175, 254) |
| HSL | hsl(205, 99%, 62%) |
| CMYK | cmyk(75%, 31%, 0%, 0%) |
| LAB | lab(68.7 -5.6 -48.0) |
| LCH | lch(68.7 48.4 263.3) |
| OKLCH | oklch(0.726 0.152 243.8) |
Copy-ready code
/* CSS */
color: #3faffe;
background-color: #3faffe;
/* Tailwind (arbitrary) */
class="text-[#3faffe] bg-[#3faffe]"
/* SCSS */
$brand: #3faffe;
/* SwiftUI */
Color(red: 0.247, green: 0.686, blue: 0.996)
/* Android */
Color.parseColor("#3faffe")Accessibility — WCAG contrast
Aa
#3faffe on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3faffe on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green68.6%
Blue99.6%
CMYK percentages
Cyan75.2%
Magenta31.1%
Yellow0.0%
Key (black)0.4%
Color previews
#3faffe text on a black background
contrast 8.77:1
Card sample
#3faffe text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3faffe;
Background color
Panel with #3faffe background
background-color: #3faffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3faffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 175, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 175, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3faffe; background: linear-gradient(135deg, #3faffe, #4E3FFE);