Royal Blue
#8C24F5
PurpleColor Codes
All color formats for development
HEX
#8C24F5RGB
rgb(140, 36, 245)HSL
hsl(270, 91%, 55%)OKLCH
oklch(0.548 0.273 298.7)CMYK
cmyk(43%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E0BF1
2#700AD6
3#6209BC
4#5408A1
5#460686
6#38056B
7#2A0450
8#1C0336
9#0E011B
Tints
Lighter variations
1#983AF6
2#A350F7
3#AF66F8
4#BA7BF9
5#C691FA
6#D1A7FB
7#DDBDFC
8#E8D3FD
9#F4E9FE
Tones
Muted variations
1#8C2EEA
2#8C39E0
3#8C43D5
4#8C4ECB
5#8C58C0
6#8C62B6
7#8C6DAC
8#8C77A1
9#8C8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C48F #C48FFA | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8C24 #8C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700A #700AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5908 #5908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #40067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | 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: #F7F0FE;
--royal-blue-100: #EDDDFD;
--royal-blue-200: #DEC0FC;
--royal-blue-300: #C48FFA;
--royal-blue-400: #A655F7;
--royal-blue-500: #8C24F5;
--royal-blue-600: #700AD6;
--royal-blue-700: #5908AA;
--royal-blue-800: #40067A;
--royal-blue-900: #29044E;
--royal-blue-950: #1A0231;
}