#2d6afb
a balanced, electric blue · cool · closest name: royalblue
RGB
45, 106, 251
HSL
222°, 96%, 58%
CMYK
82, 58, 0, 2
Luminance
0.1783
Every format
| HEX | #2d6afb |
| RGB | rgb(45, 106, 251) |
| HSL | hsl(222, 96%, 58%) |
| CMYK | cmyk(82%, 58%, 0%, 2%) |
| LAB | lab(49.3 33.0 -77.5) |
| LCH | lch(49.3 84.3 293.1) |
| OKLCH | oklch(0.575 0.226 263.6) |
Copy-ready code
/* CSS */
color: #2d6afb;
background-color: #2d6afb;
/* Tailwind (arbitrary) */
class="text-[#2d6afb] bg-[#2d6afb]"
/* SCSS */
$brand: #2d6afb;
/* SwiftUI */
Color(red: 0.176, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#2d6afb")Accessibility — WCAG contrast
Aa
#2d6afb on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d6afb on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green41.6%
Blue98.4%
CMYK percentages
Cyan82.1%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#2d6afb text on a black background
contrast 4.57:1
Card sample
#2d6afb text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d6afb;
Background color
Panel with #2d6afb background
background-color: #2d6afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d6afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d6afb; background: linear-gradient(135deg, #2d6afb, #792DFB);