Royal Blue
#811FF9
PurpleColor Codes
All color formats for development
HEX
#811FF9RGB
rgb(129, 31, 249)HSL
hsl(267, 95%, 55%)OKLCH
oklch(0.536 0.278 294.5)CMYK
cmyk(48%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7206F6
2#6606DB
3#5905BF
4#4C04A4
5#3F0489
6#33036D
7#260252
8#190137
9#0D011B
Tints
Lighter variations
1#8E36FA
2#9A4CFA
3#A762FB
4#B479FC
5#C08FFC
6#CDA5FD
7#D9BCFD
8#E6D2FE
9#F2E9FE
Tones
Muted variations
1#822AEE
2#8435E3
3#8540D9
4#864BCE
5#8756C3
6#8861B8
7#896CAD
8#8A76A2
9#8B8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFC | BordersInactive statesPlaceholder text |
| 400 | 9D51 #9D51FB | Disabled statesSecondary iconsMuted text |
| 500 | 811F #811FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6606 #6606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FF;
--royal-blue-100: #EBDCFE;
--royal-blue-200: #DBBEFD;
--royal-blue-300: #BF8DFC;
--royal-blue-400: #9D51FB;
--royal-blue-500: #811FF9;
--royal-blue-600: #6606DB;
--royal-blue-700: #5104AE;
--royal-blue-800: #3A037C;
--royal-blue-900: #250250;
--royal-blue-950: #170132;
}