Royal Blue
#8D53F9
PurpleColor Codes
All color formats for development
HEX
#8D53F9RGB
rgb(141, 83, 249)HSL
hsl(261, 93%, 65%)OKLCH
oklch(0.598 0.233 294.2)CMYK
cmyk(43%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7833F8
2#6213F6
3#5408E0
4#4807C0
5#3C06A0
6#300580
7#240360
8#180240
9#0C0120
Tints
Lighter variations
1#9864F9
2#A475FA
3#AF86FB
4#BB98FB
5#C6A9FC
6#D1BAFD
7#DDCBFD
8#E8DDFE
9#F4EEFE
Tones
Muted variations
1#8F5BF0
2#9263E8
3#946CE0
4#9774D8
5#997CCF
6#9C85C7
7#9E8DBF
8#A195B6
9#A39DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BF #D5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B48E #B48EFB | BordersInactive statesPlaceholder text |
| 400 | 8D53 #8D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6C22 #6C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5108 #5108D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4006 #4006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E04 #2E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D03 #1D034F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E8DDFE;
--royal-blue-200: #D5BFFD;
--royal-blue-300: #B48EFB;
--royal-blue-400: #8D53F9;
--royal-blue-500: #6C22F7;
--royal-blue-600: #5108D9;
--royal-blue-700: #4006AC;
--royal-blue-800: #2E047B;
--royal-blue-900: #1D034F;
--royal-blue-950: #120231;
}