Royal Blue
#901DFC
PurpleColor Codes
All color formats for development
HEX
#901DFCRGB
rgb(144, 29, 252)HSL
hsl(271, 97%, 55%)OKLCH
oklch(0.555 0.283 299)CMYK
cmyk(43%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8204F9
2#7403DD
3#6503C1
4#5703A6
5#48028A
6#3A026F
7#2B0153
8#1D0137
9#0E001C
Tints
Lighter variations
1#9B34FC
2#A64AFC
3#B161FD
4#BC77FD
5#C78EFD
6#D3A5FE
7#DEBBFE
8#E9D2FE
9#F4E8FF
Tones
Muted variations
1#9028F0
2#8F33E5
3#8F3EDA
4#8E49CF
5#8E55C4
6#8E60B9
7#8D6BAE
8#8D76A3
9#8D8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68B #C68BFD | BordersInactive statesPlaceholder text |
| 400 | A94F #A94FFC | Disabled statesSecondary iconsMuted text |
| 500 | 901D #901DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7403 #7403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C03 #5C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4202 #42027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A01 #2A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F8F0FF;
--royal-blue-100: #EEDCFE;
--royal-blue-200: #DFBEFE;
--royal-blue-300: #C68BFD;
--royal-blue-400: #A94FFC;
--royal-blue-500: #901DFC;
--royal-blue-600: #7403DD;
--royal-blue-700: #5C03B0;
--royal-blue-800: #42027E;
--royal-blue-900: #2A0150;
--royal-blue-950: #1A0132;
}