Royal Blue
#5D4EFD
BlueColor Codes
All color formats for development
HEX
#5D4EFDRGB
rgb(93, 78, 253)HSL
hsl(245, 98%, 65%)OKLCH
oklch(0.553 0.247 278.4)CMYK
cmyk(63%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F2DFD
2#210DFD
3#1502E6
4#1202C5
5#0F02A4
6#0C0183
7#090162
8#060142
9#030021
Tints
Lighter variations
1#6D60FD
2#7D72FE
3#8E83FE
4#9E95FE
5#AEA7FE
6#BEB8FE
7#CECAFE
8#DFDCFF
9#EFEDFF
Tones
Muted variations
1#6457F4
2#6B60EC
3#7369E3
4#7A71DA
5#817AD1
6#8983C9
7#908CC0
8#9794B7
9#9E9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BD #C3BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 948B #948BFE | BordersInactive statesPlaceholder text |
| 400 | 5D4E #5D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 2F1C #2F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1502 #1502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1002 #1002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C01 #0C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0701 #070151 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FF;
--royal-blue-100: #DFDCFF;
--royal-blue-200: #C3BDFE;
--royal-blue-300: #948BFE;
--royal-blue-400: #5D4EFD;
--royal-blue-500: #2F1CFD;
--royal-blue-600: #1502DE;
--royal-blue-700: #1002B1;
--royal-blue-800: #0C017E;
--royal-blue-900: #070151;
--royal-blue-950: #050132;
}