#3db1fd
a balanced, electric blue · cool · closest name: steelblue
RGB
61, 177, 253
HSL
204°, 98%, 62%
CMYK
76, 30, 0, 1
Luminance
0.3953
Every format
| HEX | #3db1fd |
| RGB | rgb(61, 177, 253) |
| HSL | hsl(204, 98%, 62%) |
| CMYK | cmyk(76%, 30%, 0%, 1%) |
| LAB | lab(69.1 -7.3 -46.8) |
| LCH | lch(69.1 47.3 261.1) |
| OKLCH | oklch(0.730 0.150 242.2) |
Copy-ready code
/* CSS */
color: #3db1fd;
background-color: #3db1fd;
/* Tailwind (arbitrary) */
class="text-[#3db1fd] bg-[#3db1fd]"
/* SCSS */
$brand: #3db1fd;
/* SwiftUI */
Color(red: 0.239, green: 0.694, blue: 0.992)
/* Android */
Color.parseColor("#3db1fd")Accessibility — WCAG contrast
Aa
#3db1fd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3db1fd on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green69.4%
Blue99.2%
CMYK percentages
Cyan75.9%
Magenta30.0%
Yellow0.0%
Key (black)0.8%
Color previews
#3db1fd text on a black background
contrast 8.91:1
Card sample
#3db1fd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3db1fd;
Background color
Panel with #3db1fd background
background-color: #3db1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3db1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 177, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 177, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3db1fd; background: linear-gradient(135deg, #3db1fd, #493DFD);