Royal Blue
#5E4FFC
BlueColor Codes
All color formats for development
HEX
#5E4FFCRGB
rgb(94, 79, 252)HSL
hsl(245, 97%, 65%)OKLCH
oklch(0.555 0.245 278.7)CMYK
cmyk(63%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#402FFC
2#220EFB
3#1603E5
4#1303C4
5#1002A3
6#0D0283
7#0A0162
8#060141
9#030021
Tints
Lighter variations
1#6E61FD
2#7E72FD
3#8E84FD
4#9E96FD
5#AEA7FE
6#BEB9FE
7#CFCAFE
8#DFDCFE
9#EFEDFF
Tones
Muted variations
1#6558F4
2#6C60EB
3#7369E2
4#7A72DA
5#827AD1
6#8983C8
7#908CC0
8#9794B7
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958B #958BFD | BordersInactive statesPlaceholder text |
| 400 | 5E4F #5E4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 2F1D #2F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1603 #1603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1103 #1103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C02 #0C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0801 #080150 | 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: #DFDCFE;
--royal-blue-200: #C3BEFE;
--royal-blue-300: #958BFD;
--royal-blue-400: #5E4FFC;
--royal-blue-500: #2F1DFC;
--royal-blue-600: #1603DD;
--royal-blue-700: #1103B0;
--royal-blue-800: #0C027E;
--royal-blue-900: #080150;
--royal-blue-950: #050132;
}