Royal Blue
#5E68ED
BlueColor Codes
All color formats for development
HEX
#5E68EDRGB
rgb(94, 104, 237)HSL
hsl(236, 80%, 65%)OKLCH
oklch(0.583 0.197 275.2)CMYK
cmyk(60%, 56%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414CEA
2#2330E7
3#1724D1
4#141EB3
5#111995
6#0D1477
7#0A0F5A
8#070A3C
9#03051E
Tints
Lighter variations
1#6E77EF
2#7E86F1
3#8F95F3
4#9FA4F4
5#AFB3F6
6#BFC3F8
7#CFD2FA
8#DFE1FB
9#EFF0FD
Tones
Muted variations
1#656EE6
2#6D74DF
3#747AD8
4#7B81D1
5#8287C9
6#898DC2
7#9093BB
8#9799B4
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 | C3C7 #C3C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959C #959CF3 | BordersInactive statesPlaceholder text |
| 400 | 5E68 #5E68ED | Disabled statesSecondary iconsMuted text |
| 500 | 303D #303DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1622 #1622CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121B #121BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D14 #0D1473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | 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: #C3C7F8;
--royal-blue-300: #959CF3;
--royal-blue-400: #5E68ED;
--royal-blue-500: #303DE8;
--royal-blue-600: #1622CA;
--royal-blue-700: #121BA1;
--royal-blue-800: #0D1473;
--royal-blue-900: #080D49;
--royal-blue-950: #05082E;
}