Royal Blue
#5C1CFD
PurpleColor Codes
All color formats for development
HEX
#5C1CFDRGB
rgb(92, 28, 253)HSL
hsl(257, 98%, 55%)OKLCH
oklch(0.503 0.285 281.8)CMYK
cmyk(64%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4903FA
2#4102DE
3#3802C2
4#3002A7
5#28018B
6#20016F
7#180153
8#100138
9#08001C
Tints
Lighter variations
1#6C33FD
2#7C49FD
3#8D60FD
4#9D77FE
5#AD8DFE
6#BEA4FE
7#CEBBFE
8#DED2FF
9#EFE8FF
Tones
Muted variations
1#6027F1
2#6532E6
3#6A3EDB
4#6F49D0
5#7454C4
6#795FB9
7#7E6BAE
8#8376A3
9#878197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BD #D0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8B #AB8BFE | BordersInactive statesPlaceholder text |
| 400 | 804E #804EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5C1C #5C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4102 #4102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3302 #3302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2501 #25017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1701 #170151 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E6DCFF;
--royal-blue-200: #D0BDFE;
--royal-blue-300: #AB8BFE;
--royal-blue-400: #804EFD;
--royal-blue-500: #5C1CFD;
--royal-blue-600: #4102DE;
--royal-blue-700: #3302B1;
--royal-blue-800: #25017E;
--royal-blue-900: #170151;
--royal-blue-950: #0F0132;
}