#2ba1fd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
43, 161, 253
HSL
206°, 98%, 58%
CMYK
83, 36, 0, 1
Luminance
0.3310
Every format
| HEX | #2ba1fd |
| RGB | rgb(43, 161, 253) |
| HSL | hsl(206, 98%, 58%) |
| CMYK | cmyk(83%, 36%, 0%, 1%) |
| LAB | lab(64.2 0.0 -54.5) |
| LCH | lch(64.2 54.5 270.0) |
| OKLCH | oklch(0.690 0.168 247.7) |
Copy-ready code
/* CSS */
color: #2ba1fd;
background-color: #2ba1fd;
/* Tailwind (arbitrary) */
class="text-[#2ba1fd] bg-[#2ba1fd]"
/* SCSS */
$brand: #2ba1fd;
/* SwiftUI */
Color(red: 0.169, green: 0.631, blue: 0.992)
/* Android */
Color.parseColor("#2ba1fd")Accessibility — WCAG contrast
Aa
#2ba1fd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ba1fd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green63.1%
Blue99.2%
CMYK percentages
Cyan83.0%
Magenta36.4%
Yellow0.0%
Key (black)0.8%
Color previews
#2ba1fd text on a black background
contrast 7.62:1
Card sample
#2ba1fd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ba1fd;
Background color
Panel with #2ba1fd background
background-color: #2ba1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ba1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 161, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 161, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ba1fd; background: linear-gradient(135deg, #2ba1fd, #412BFD);