#276eed
a balanced, electric blue · cool · closest name: royalblue
RGB
39, 110, 237
HSL
219°, 85%, 54%
CMYK
84, 54, 0, 7
Luminance
0.1770
Every format
| HEX | #276eed |
| RGB | rgb(39, 110, 237) |
| HSL | hsl(219, 85%, 54%) |
| CMYK | cmyk(84%, 54%, 0%, 7%) |
| LAB | lab(49.1 24.9 -70.0) |
| LCH | lch(49.1 74.2 289.6) |
| OKLCH | oklch(0.570 0.204 261.0) |
Copy-ready code
/* CSS */
color: #276eed;
background-color: #276eed;
/* Tailwind (arbitrary) */
class="text-[#276eed] bg-[#276eed]"
/* SCSS */
$brand: #276eed;
/* SwiftUI */
Color(red: 0.153, green: 0.431, blue: 0.929)
/* Android */
Color.parseColor("#276eed")Accessibility — WCAG contrast
Aa
#276eed on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#276eed on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green43.1%
Blue92.9%
CMYK percentages
Cyan83.5%
Magenta53.6%
Yellow0.0%
Key (black)7.1%
Color previews
#276eed text on a black background
contrast 4.54:1
Card sample
#276eed text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #276eed;
Background color
Panel with #276eed background
background-color: #276eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #276eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 110, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 110, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #276eed; background: linear-gradient(135deg, #276eed, #6427ED);