#3aabff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
58, 171, 255
HSL
206°, 100%, 61%
CMYK
77, 33, 0, 0
Luminance
0.3725
Every format
| HEX | #3aabff |
| RGB | rgb(58, 171, 255) |
| HSL | hsl(206, 100%, 61%) |
| CMYK | cmyk(77%, 33%, 0%, 0%) |
| LAB | lab(67.5 -3.6 -50.5) |
| LCH | lch(67.5 50.6 265.9) |
| OKLCH | oklch(0.717 0.158 245.5) |
Copy-ready code
/* CSS */
color: #3aabff;
background-color: #3aabff;
/* Tailwind (arbitrary) */
class="text-[#3aabff] bg-[#3aabff]"
/* SCSS */
$brand: #3aabff;
/* SwiftUI */
Color(red: 0.227, green: 0.671, blue: 1.000)
/* Android */
Color.parseColor("#3aabff")Accessibility — WCAG contrast
Aa
#3aabff on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aabff on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green67.1%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta32.9%
Yellow0.0%
Key (black)0.0%
Color previews
#3aabff text on a black background
contrast 8.45:1
Card sample
#3aabff text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aabff;
Background color
Panel with #3aabff background
background-color: #3aabff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aabff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 171, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 171, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aabff; background: linear-gradient(135deg, #3aabff, #4D3AFF);