Royal Blue
#9027F1
PurpleColor Codes
All color formats for development
HEX
#9027F1RGB
rgb(144, 39, 241)HSL
hsl(271, 88%, 55%)OKLCH
oklch(0.551 0.268 300.6)CMYK
cmyk(40%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#820FED
2#730DD3
3#650CB9
4#570A9E
5#480884
6#3A0769
7#2B054F
8#1D0335
9#0E021A
Tints
Lighter variations
1#9B3DF3
2#A652F4
3#B168F5
4#BC7EF7
5#C793F8
6#D2A9F9
7#DEBEFB
8#E9D4FC
9#F4E9FE
Tones
Muted variations
1#8F31E7
2#8F3BDD
3#8F46D3
4#8E50C9
5#8E5ABF
6#8E64B5
7#8D6EAB
8#8D78A0
9#8D8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC1 #DFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C691 #C691F8 | BordersInactive statesPlaceholder text |
| 400 | A857 #A857F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9027 #9027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 730D #730DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0B #5C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4208 #420878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A05 #2A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F8F1FE;
--royal-blue-100: #EEDDFD;
--royal-blue-200: #DFC1FB;
--royal-blue-300: #C691F8;
--royal-blue-400: #A857F4;
--royal-blue-500: #9027F1;
--royal-blue-600: #730DD3;
--royal-blue-700: #5C0BA8;
--royal-blue-800: #420878;
--royal-blue-900: #2A054D;
--royal-blue-950: #1A0330;
}