Royal Blue
#9024F5
PurpleColor Codes
All color formats for development
HEX
#9024F5RGB
rgb(144, 36, 245)HSL
hsl(271, 91%, 55%)OKLCH
oklch(0.552 0.273 300)CMYK
cmyk(41%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#820BF1
2#740AD6
3#6509BC
4#5708A1
5#480686
6#3A056B
7#2B0450
8#1D0336
9#0E011B
Tints
Lighter variations
1#9B3AF6
2#A650F7
3#B166F8
4#BC7BF9
5#C791FA
6#D2A7FB
7#DEBDFC
8#E9D3FD
9#F4E9FE
Tones
Muted variations
1#8F2EEA
2#8F39E0
3#8F43D5
4#8E4ECB
5#8E58C0
6#8E62B6
7#8D6DAC
8#8D77A1
9#8D8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68F #C68FFA | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9024 #9024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740A #740AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C08 #5C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #42067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F8F0FE;
--royal-blue-100: #EEDDFD;
--royal-blue-200: #DFC0FC;
--royal-blue-300: #C68FFA;
--royal-blue-400: #A855F7;
--royal-blue-500: #9024F5;
--royal-blue-600: #740AD6;
--royal-blue-700: #5C08AA;
--royal-blue-800: #42067A;
--royal-blue-900: #2A044E;
--royal-blue-950: #1A0231;
}