#2d68cd
a balanced, vivid blue · cool · closest name: royalblue
RGB
45, 104, 205
HSL
218°, 64%, 49%
CMYK
78, 49, 0, 20
Luminance
0.1487
Every format
| HEX | #2d68cd |
| RGB | rgb(45, 104, 205) |
| HSL | hsl(218, 64%, 49%) |
| CMYK | cmyk(78%, 49%, 0%, 20%) |
| LAB | lab(45.5 17.1 -57.8) |
| LCH | lch(45.5 60.3 286.5) |
| OKLCH | oklch(0.535 0.169 260.4) |
Copy-ready code
/* CSS */
color: #2d68cd;
background-color: #2d68cd;
/* Tailwind (arbitrary) */
class="text-[#2d68cd] bg-[#2d68cd]"
/* SCSS */
$brand: #2d68cd;
/* SwiftUI */
Color(red: 0.176, green: 0.408, blue: 0.804)
/* Android */
Color.parseColor("#2d68cd")Accessibility — WCAG contrast
Aa
#2d68cd on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2d68cd on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green40.8%
Blue80.4%
CMYK percentages
Cyan78.0%
Magenta49.3%
Yellow0.0%
Key (black)19.6%
Color previews
#2d68cd text on a black background
contrast 3.97:1
Card sample
#2d68cd text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d68cd;
Background color
Panel with #2d68cd background
background-color: #2d68cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d68cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 104, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 104, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d68cd; background: linear-gradient(135deg, #2d68cd, #5D2DCD);