Royal Blue
#5E6DED
BlueColor Codes
All color formats for development
HEX
#5E6DEDRGB
rgb(94, 109, 237)HSL
hsl(234, 80%, 65%)OKLCH
oklch(0.592 0.191 274)CMYK
cmyk(60%, 54%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4151EA
2#2336E7
3#172AD1
4#1424B3
5#111E95
6#0D1877
7#0A125A
8#070C3C
9#03061E
Tints
Lighter variations
1#6E7BEF
2#7E8AF1
3#8F99F3
4#9FA7F4
5#AFB6F6
6#BFC4F8
7#CFD3FA
8#DFE2FB
9#EFF0FD
Tones
Muted variations
1#6572E6
2#6D78DF
3#747ED8
4#7B83D1
5#8289C9
6#898FC2
7#9095BB
8#979AB4
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959F #959FF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6D #5E6DED | Disabled statesSecondary iconsMuted text |
| 500 | 3043 #3043E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1628 #1628CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1220 #1220A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C3C9F8;
--royal-blue-300: #959FF3;
--royal-blue-400: #5E6DED;
--royal-blue-500: #3043E8;
--royal-blue-600: #1628CA;
--royal-blue-700: #1220A1;
--royal-blue-800: #0D1773;
--royal-blue-900: #080F49;
--royal-blue-950: #05092E;
}