#2d6eee
a balanced, electric blue · cool · closest name: royalblue
RGB
45, 110, 238
HSL
220°, 85%, 56%
CMYK
81, 54, 0, 7
Luminance
0.1788
Every format
| HEX | #2d6eee |
| RGB | rgb(45, 110, 238) |
| HSL | hsl(220, 85%, 56%) |
| CMYK | cmyk(81%, 54%, 0%, 7%) |
| LAB | lab(49.4 25.7 -70.1) |
| LCH | lch(49.4 74.7 290.1) |
| OKLCH | oklch(0.572 0.204 262.0) |
Copy-ready code
/* CSS */
color: #2d6eee;
background-color: #2d6eee;
/* Tailwind (arbitrary) */
class="text-[#2d6eee] bg-[#2d6eee]"
/* SCSS */
$brand: #2d6eee;
/* SwiftUI */
Color(red: 0.176, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#2d6eee")Accessibility — WCAG contrast
Aa
#2d6eee on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d6eee on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green43.1%
Blue93.3%
CMYK percentages
Cyan81.1%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#2d6eee text on a black background
contrast 4.58:1
Card sample
#2d6eee text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d6eee;
Background color
Panel with #2d6eee background
background-color: #2d6eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d6eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d6eee; background: linear-gradient(135deg, #2d6eee, #6D2DEE);