Royal Blue
#322FE9
BlueColor Codes
All color formats for development
HEX
#322FE9RGB
rgb(50, 47, 233)HSL
hsl(241, 81%, 55%)OKLCH
oklch(0.468 0.262 270.8)CMYK
cmyk(79%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B18E4
2#1815CB
3#1513B2
4#121098
5#0F0D7F
6#0C0B66
7#09084C
8#060533
9#030319
Tints
Lighter variations
1#4744EB
2#5B59EE
3#706EF0
4#8482F2
5#9997F4
6#ADACF6
7#C2C1F8
8#D6D5FB
9#EBEAFD
Tones
Muted variations
1#3B39E0
2#4442D7
3#4D4BCD
4#5654C4
5#5F5EBB
6#6867B1
7#7170A8
8#7A7A9F
9#838396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9695 #9695F4 | BordersInactive statesPlaceholder text |
| 400 | 605D #605DEE | Disabled statesSecondary iconsMuted text |
| 500 | 322F #322FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1815 #1815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1311 #1311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0C #0E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #09084A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDFFC;
--royal-blue-200: #C4C3F9;
--royal-blue-300: #9695F4;
--royal-blue-400: #605DEE;
--royal-blue-500: #322FE9;
--royal-blue-600: #1815CB;
--royal-blue-700: #1311A2;
--royal-blue-800: #0E0C73;
--royal-blue-900: #09084A;
--royal-blue-950: #06052E;
}