Royal Blue
#811AFF
PurpleColor Codes
All color formats for development
HEX
#811AFFRGB
rgb(129, 26, 255)HSL
hsl(267, 100%, 55%)OKLCH
oklch(0.539 0.286 293.7)CMYK
cmyk(49%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7200FC
2#6500E0
3#5800C4
4#4C00A8
5#3F008C
6#320070
7#260054
8#190038
9#0D001C
Tints
Lighter variations
1#8D30FF
2#9A47FF
3#A75EFF
4#B375FF
5#C08CFF
6#CDA3FF
7#D9BAFF
8#E6D1FF
9#F2E8FF
Tones
Muted variations
1#8225F4
2#8330E8
3#843CDD
4#8547D1
5#8753C6
6#885EBA
7#896AAF
8#8A75A3
9#8B8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDB #EBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBD #DBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BE8A #BE8AFF | BordersInactive statesPlaceholder text |
| 400 | 9D4D #9D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 811A #811AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6500 #6500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5000 #5000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3900 #390080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2500 #250052 | Primary textHigh emphasis contentDark headings |
| 950 | 1700 #170033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FF;
--royal-blue-100: #EBDBFF;
--royal-blue-200: #DBBDFF;
--royal-blue-300: #BE8AFF;
--royal-blue-400: #9D4DFF;
--royal-blue-500: #811AFF;
--royal-blue-600: #6500E0;
--royal-blue-700: #5000B3;
--royal-blue-800: #390080;
--royal-blue-900: #250052;
--royal-blue-950: #170033;
}