Royal Blue
#5632E7
BlueColor Codes
All color formats for development
HEX
#5632E7RGB
rgb(86, 50, 231)HSL
hsl(252, 79%, 55%)OKLCH
oklch(0.492 0.25 281.2)CMYK
cmyk(63%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#421BE2
2#3B18C9
3#3415B0
4#2C1297
5#250F7E
6#1E0C64
7#16094B
8#0F0632
9#070319
Tints
Lighter variations
1#6746E9
2#785BEC
3#896FEE
4#9A84F1
5#AA98F3
6#BBADF5
7#CCC1F8
8#DDD6FA
9#EEEAFD
Tones
Muted variations
1#5B3BDE
2#6144D5
3#664DCC
4#6C56C3
5#715FBA
6#7668B1
7#7C71A7
8#817A9E
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 | CEC4 #CEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A996 #A996F3 | BordersInactive statesPlaceholder text |
| 400 | 7B5F #7B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5632 #5632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B18 #3B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F13 #2F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220D #220D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | 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: #CEC4F8;
--royal-blue-300: #A996F3;
--royal-blue-400: #7B5FEC;
--royal-blue-500: #5632E7;
--royal-blue-600: #3B18C9;
--royal-blue-700: #2F13A0;
--royal-blue-800: #220D72;
--royal-blue-900: #150949;
--royal-blue-950: #0D052E;
}