Royal Blue
#5932E7
BlueColor Codes
All color formats for development
HEX
#5932E7RGB
rgb(89, 50, 231)HSL
hsl(253, 79%, 55%)OKLCH
oklch(0.495 0.249 282.2)CMYK
cmyk(61%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#461BE2
2#3E18C9
3#3615B0
4#2E1297
5#270F7E
6#1F0C64
7#17094B
8#0F0632
9#080319
Tints
Lighter variations
1#6946E9
2#7A5BEC
3#8B6FEE
4#9B84F1
5#AC98F3
6#BDADF5
7#CDC1F8
8#DED6FA
9#EEEAFD
Tones
Muted variations
1#5E3BDE
2#6344D5
3#684DCC
4#6D56C3
5#735FBA
6#7868B1
7#7D71A7
8#827A9E
9#878395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC4 #CFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA96 #AA96F3 | BordersInactive statesPlaceholder text |
| 400 | 7E5F #7E5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5932 #5932E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E18 #3E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3113 #3113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230D #230D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1709 #170949 | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E5DFFB;
--royal-blue-200: #CFC4F8;
--royal-blue-300: #AA96F3;
--royal-blue-400: #7E5FEC;
--royal-blue-500: #5932E7;
--royal-blue-600: #3E18C9;
--royal-blue-700: #3113A0;
--royal-blue-800: #230D72;
--royal-blue-900: #170949;
--royal-blue-950: #0E052E;
}