Royal Blue
#802FE9
PurpleColor Codes
All color formats for development
HEX
#802FE9RGB
rgb(128, 47, 233)HSL
hsl(266, 81%, 55%)OKLCH
oklch(0.532 0.253 296.1)CMYK
cmyk(45%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7118E4
2#6415CB
3#5813B2
4#4B1098
5#3F0D7F
6#320B66
7#26084C
8#190533
9#0D0319
Tints
Lighter variations
1#8D44EB
2#9959EE
3#A66EF0
4#B382F2
5#BF97F4
6#CCACF6
7#D9C1F8
8#E6D5FB
9#F2EAFD
Tones
Muted variations
1#8139E0
2#8242D7
3#844BCD
4#8554C4
5#865EBB
6#8767B1
7#8970A8
8#8A7A9F
9#8B8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE95 #BE95F4 | BordersInactive statesPlaceholder text |
| 400 | 9C5D #9C5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 802F #802FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6415 #6415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5011 #5011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390C #390C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2408 #24084A | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FE;
--royal-blue-100: #EBDFFC;
--royal-blue-200: #DAC3F9;
--royal-blue-300: #BE95F4;
--royal-blue-400: #9C5DEE;
--royal-blue-500: #802FE9;
--royal-blue-600: #6415CB;
--royal-blue-700: #5011A2;
--royal-blue-800: #390C73;
--royal-blue-900: #24084A;
--royal-blue-950: #17052E;
}