Royal Blue
#5C32E7
BlueColor Codes
All color formats for development
HEX
#5C32E7RGB
rgb(92, 50, 231)HSL
hsl(254, 79%, 55%)OKLCH
oklch(0.497 0.249 283.2)CMYK
cmyk(60%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#491BE2
2#4118C9
3#3915B0
4#311297
5#290F7E
6#200C64
7#18094B
8#100632
9#080319
Tints
Lighter variations
1#6C46E9
2#7D5BEC
3#8D6FEE
4#9D84F1
5#AD98F3
6#BEADF5
7#CEC1F8
8#DED6FA
9#EFEAFD
Tones
Muted variations
1#613BDE
2#6644D5
3#6A4DCC
4#6F56C3
5#745FBA
6#7968B1
7#7E71A7
8#837A9E
9#878395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C4 #D0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC96 #AC96F3 | BordersInactive statesPlaceholder text |
| 400 | 805F #805FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5C32 #5C32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4118 #4118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3413 #3413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D0C4F8;
--royal-blue-300: #AC96F3;
--royal-blue-400: #805FEC;
--royal-blue-500: #5C32E7;
--royal-blue-600: #4118C9;
--royal-blue-700: #3413A0;
--royal-blue-800: #250D72;
--royal-blue-900: #180949;
--royal-blue-950: #0F052E;
}