Royal Blue
#5E63ED
BlueColor Codes
All color formats for development
HEX
#5E63EDRGB
rgb(94, 99, 237)HSL
hsl(238, 80%, 65%)OKLCH
oklch(0.574 0.204 276.3)CMYK
cmyk(60%, 58%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4146EA
2#2329E7
3#171DD1
4#1419B3
5#111595
6#0D1177
7#0A0D5A
8#07083C
9#03041E
Tints
Lighter variations
1#6E73EF
2#7E82F1
3#8F92F3
4#9FA1F4
5#AFB1F6
6#BFC1F8
7#CFD0FA
8#DFE0FB
9#EFEFFD
Tones
Muted variations
1#656AE6
2#6D70DF
3#7477D8
4#7B7ED1
5#8284C9
6#898BC2
7#9092BB
8#9798B4
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9599 #9599F3 | BordersInactive statesPlaceholder text |
| 400 | 5E63 #5E63ED | Disabled statesSecondary iconsMuted text |
| 500 | 3037 #3037E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161C #161CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1217 #1217A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D10 #0D1073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080A #080A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE0FB;
--royal-blue-200: #C3C5F8;
--royal-blue-300: #9599F3;
--royal-blue-400: #5E63ED;
--royal-blue-500: #3037E8;
--royal-blue-600: #161CCA;
--royal-blue-700: #1217A1;
--royal-blue-800: #0D1073;
--royal-blue-900: #080A49;
--royal-blue-950: #05062E;
}