#2674ee
a balanced, electric blue · cool · closest name: royalblue
RGB
38, 116, 238
HSL
217°, 86%, 54%
CMYK
84, 51, 0, 7
Luminance
0.1908
Every format
| HEX | #2674ee |
| RGB | rgb(38, 116, 238) |
| HSL | hsl(217, 86%, 54%) |
| CMYK | cmyk(84%, 51%, 0%, 7%) |
| LAB | lab(50.8 21.4 -67.8) |
| LCH | lch(50.8 71.1 287.5) |
| OKLCH | oklch(0.583 0.199 259.6) |
Copy-ready code
/* CSS */
color: #2674ee;
background-color: #2674ee;
/* Tailwind (arbitrary) */
class="text-[#2674ee] bg-[#2674ee]"
/* SCSS */
$brand: #2674ee;
/* SwiftUI */
Color(red: 0.149, green: 0.455, blue: 0.933)
/* Android */
Color.parseColor("#2674ee")Accessibility — WCAG contrast
Aa
#2674ee on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2674ee on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green45.5%
Blue93.3%
CMYK percentages
Cyan84.0%
Magenta51.3%
Yellow0.0%
Key (black)6.7%
Color previews
#2674ee text on a black background
contrast 4.82:1
Card sample
#2674ee text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2674ee;
Background color
Panel with #2674ee background
background-color: #2674ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2674ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 116, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 116, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2674ee; background: linear-gradient(135deg, #2674ee, #5D26EE);