Royal Blue
#8657F4
PurpleColor Codes
All color formats for development
HEX
#8657F4RGB
rgb(134, 87, 244)HSL
hsl(258, 88%, 65%)OKLCH
oklch(0.592 0.223 292)CMYK
cmyk(45%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7038F2
2#5A19F0
3#4B0EDA
4#400CBB
5#360A9C
6#2B087D
7#20065D
8#15043E
9#0B021F
Tints
Lighter variations
1#9268F5
2#9E79F6
3#AB8AF8
4#B79AF9
5#C3ABFA
6#CFBCFB
7#DBCDFC
8#E7DDFD
9#F3EEFE
Tones
Muted variations
1#895FEC
2#8D67E5
3#906FDD
4#9377D5
5#967ECD
6#9986C5
7#9C8EBD
8#9F96B5
9#A39EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F8 | BordersInactive statesPlaceholder text |
| 400 | 8657 #8657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6427 #6427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490D #490DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0B #3A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2908 #290878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A05 #1A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E7DDFD;
--royal-blue-200: #D2C1FB;
--royal-blue-300: #B091F8;
--royal-blue-400: #8657F4;
--royal-blue-500: #6427F1;
--royal-blue-600: #490DD3;
--royal-blue-700: #3A0BA8;
--royal-blue-800: #290878;
--royal-blue-900: #1A054D;
--royal-blue-950: #110330;
}