Royal Blue
#901CFD
PurpleColor Codes
All color formats for development
HEX
#901CFDRGB
rgb(144, 28, 253)HSL
hsl(271, 98%, 55%)OKLCH
oklch(0.555 0.284 298.8)CMYK
cmyk(43%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8203FA
2#7402DE
3#6502C2
4#5702A7
5#48018B
6#3A016F
7#2B0153
8#1D0138
9#0E001C
Tints
Lighter variations
1#9B33FD
2#A649FD
3#B160FD
4#BC77FE
5#C78DFE
6#D3A4FE
7#DEBBFE
8#E9D2FF
9#F4E8FF
Tones
Muted variations
1#9027F1
2#8F32E6
3#8F3EDB
4#8E49D0
5#8E54C4
6#8E5FB9
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 #EEDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBD #DFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68B #C68BFE | BordersInactive statesPlaceholder text |
| 400 | A94E #A94EFD | Disabled statesSecondary iconsMuted text |
| 500 | 901C #901CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7402 #7402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C02 #5C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4201 #42017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A01 #2A0151 | 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: #EEDCFF;
--royal-blue-200: #DFBDFE;
--royal-blue-300: #C68BFE;
--royal-blue-400: #A94EFD;
--royal-blue-500: #901CFD;
--royal-blue-600: #7402DE;
--royal-blue-700: #5C02B1;
--royal-blue-800: #42017E;
--royal-blue-900: #2A0151;
--royal-blue-950: #1A0132;
}