#276ade
a balanced, vivid blue · cool · closest name: royalblue
RGB
39, 106, 222
HSL
218°, 74%, 51%
CMYK
82, 52, 0, 13
Luminance
0.1601
Every format
| HEX | #276ade |
| RGB | rgb(39, 106, 222) |
| HSL | hsl(218, 74%, 51%) |
| CMYK | cmyk(82%, 52%, 0%, 13%) |
| LAB | lab(47.0 21.7 -65.0) |
| LCH | lch(47.0 68.5 288.5) |
| OKLCH | oklch(0.550 0.190 260.7) |
Copy-ready code
/* CSS */
color: #276ade;
background-color: #276ade;
/* Tailwind (arbitrary) */
class="text-[#276ade] bg-[#276ade]"
/* SCSS */
$brand: #276ade;
/* SwiftUI */
Color(red: 0.153, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#276ade")Accessibility — WCAG contrast
Aa
#276ade on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#276ade on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green41.6%
Blue87.1%
CMYK percentages
Cyan82.4%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#276ade text on a black background
contrast 4.20:1
Card sample
#276ade text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #276ade;
Background color
Panel with #276ade background
background-color: #276ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #276ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #276ade; background: linear-gradient(135deg, #276ade, #5E27DE);