Royal Blue
#5E6AED
BlueColor Codes
All color formats for development
HEX
#5E6AEDRGB
rgb(94, 106, 237)HSL
hsl(235, 80%, 65%)OKLCH
oklch(0.586 0.195 274.7)CMYK
cmyk(60%, 55%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414FEA
2#2333E7
3#1727D1
4#1421B3
5#111C95
6#0D1677
7#0A115A
8#070B3C
9#03061E
Tints
Lighter variations
1#6E79EF
2#7E88F1
3#8F97F3
4#9FA6F4
5#AFB5F6
6#BFC3F8
7#CFD2FA
8#DFE1FB
9#EFF0FD
Tones
Muted variations
1#6570E6
2#6D76DF
3#747CD8
4#7B82D1
5#8288C9
6#898EC2
7#9094BB
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 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C8 #C3C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959D #959DF3 | BordersInactive statesPlaceholder text |
| 400 | 5E6A #5E6AED | Disabled statesSecondary iconsMuted text |
| 500 | 3040 #3040E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1625 #1625CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121E #121EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D15 #0D1573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080E #080E49 | 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: #DFE1FB;
--royal-blue-200: #C3C8F8;
--royal-blue-300: #959DF3;
--royal-blue-400: #5E6AED;
--royal-blue-500: #3040E8;
--royal-blue-600: #1625CA;
--royal-blue-700: #121EA1;
--royal-blue-800: #0D1573;
--royal-blue-900: #080E49;
--royal-blue-950: #05092E;
}