#3faaeb
a balanced, electric blue · cool · closest name: steelblue
RGB
63, 170, 235
HSL
203°, 81%, 58%
CMYK
73, 28, 0, 8
Luminance
0.3580
Every format
| HEX | #3faaeb |
| RGB | rgb(63, 170, 235) |
| HSL | hsl(203, 81%, 58%) |
| CMYK | cmyk(73%, 28%, 0%, 8%) |
| LAB | lab(66.4 -9.3 -41.3) |
| LCH | lch(66.4 42.3 257.3) |
| OKLCH | oklch(0.706 0.135 239.7) |
Copy-ready code
/* CSS */
color: #3faaeb;
background-color: #3faaeb;
/* Tailwind (arbitrary) */
class="text-[#3faaeb] bg-[#3faaeb]"
/* SCSS */
$brand: #3faaeb;
/* SwiftUI */
Color(red: 0.247, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#3faaeb")Accessibility — WCAG contrast
Aa
#3faaeb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3faaeb on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green66.7%
Blue92.2%
CMYK percentages
Cyan73.2%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#3faaeb text on a black background
contrast 8.16:1
Card sample
#3faaeb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3faaeb;
Background color
Panel with #3faaeb background
background-color: #3faaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3faaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3faaeb; background: linear-gradient(135deg, #3faaeb, #473FEB);