Royal Blue
#392FE9
BlueColor Codes
All color formats for development
HEX
#392FE9RGB
rgb(57, 47, 233)HSL
hsl(243, 81%, 55%)OKLCH
oklch(0.472 0.26 272.5)CMYK
cmyk(76%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2218E4
2#1E15CB
3#1B13B2
4#171098
5#130D7F
6#0F0B66
7#0B084C
8#080533
9#040319
Tints
Lighter variations
1#4C44EB
2#6059EE
3#746EF0
4#8882F2
5#9C97F4
6#B0ACF6
7#C3C1F8
8#D7D5FB
9#EBEAFD
Tones
Muted variations
1#4139E0
2#4942D7
3#524BCD
4#5A54C4
5#625EBB
6#6B67B1
7#7370A8
8#7C7A9F
9#848396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F4 | BordersInactive statesPlaceholder text |
| 400 | 655D #655DEE | Disabled statesSecondary iconsMuted text |
| 500 | 392F #392FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E15 #1E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1811 #1811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110C #110C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B084A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DFFC;
--royal-blue-200: #C6C3F9;
--royal-blue-300: #9A95F4;
--royal-blue-400: #655DEE;
--royal-blue-500: #392FE9;
--royal-blue-600: #1E15CB;
--royal-blue-700: #1811A2;
--royal-blue-800: #110C73;
--royal-blue-900: #0B084A;
--royal-blue-950: #07052E;
}