Royal Blue
#9023F6
PurpleColor Codes
All color formats for development
HEX
#9023F6RGB
rgb(144, 35, 246)HSL
hsl(271, 92%, 55%)OKLCH
oklch(0.553 0.275 299.9)CMYK
cmyk(41%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#820AF2
2#7409D7
3#6508BC
4#5707A2
5#480687
6#3A046C
7#2B0351
8#1D0236
9#0E011B
Tints
Lighter variations
1#9B39F7
2#A64FF8
3#B165F9
4#BC7BF9
5#C791FA
6#D3A7FB
7#DEBDFC
8#E9D3FD
9#F4E9FE
Tones
Muted variations
1#8F2DEB
2#8F38E1
3#8F42D6
4#8E4DCC
5#8E57C1
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 #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFA | BordersInactive statesPlaceholder text |
| 400 | A854 #A854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9023 #9023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7409 #7409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C07 #5C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4205 #42057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034E | 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: #EEDDFE;
--royal-blue-200: #DFBFFC;
--royal-blue-300: #C68EFA;
--royal-blue-400: #A854F8;
--royal-blue-500: #9023F6;
--royal-blue-600: #7409D7;
--royal-blue-700: #5C07AB;
--royal-blue-800: #42057A;
--royal-blue-900: #2A034E;
--royal-blue-950: #1A0231;
}