Royal Blue
#9022F7
PurpleColor Codes
All color formats for development
HEX
#9022F7RGB
rgb(144, 34, 247)HSL
hsl(271, 93%, 55%)OKLCH
oklch(0.553 0.276 299.7)CMYK
cmyk(42%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8209F4
2#7408D9
3#6507BD
4#5706A2
5#480587
6#3A046C
7#2B0351
8#1D0236
9#0E011B
Tints
Lighter variations
1#9B38F8
2#A64EF9
3#B164F9
4#BC7AFA
5#C790FB
6#D3A6FC
7#DEBDFD
8#E9D3FD
9#F4E9FE
Tones
Muted variations
1#8F2CEC
2#8F37E2
3#8F42D7
4#8E4CCC
5#8E57C2
6#8E62B7
7#8D6CAC
8#8D77A2
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 #DFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFB | BordersInactive statesPlaceholder text |
| 400 | A953 #A953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9022 #9022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7408 #7408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C06 #5C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4204 #42047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034F | 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: #DFBFFD;
--royal-blue-300: #C68EFB;
--royal-blue-400: #A953F9;
--royal-blue-500: #9022F7;
--royal-blue-600: #7408D9;
--royal-blue-700: #5C06AC;
--royal-blue-800: #42047B;
--royal-blue-900: #2A034F;
--royal-blue-950: #1A0231;
}