Royal Blue
#8136E2
PurpleColor Codes
All color formats for development
HEX
#8136E2RGB
rgb(129, 54, 226)HSL
hsl(266, 75%, 55%)OKLCH
oklch(0.533 0.239 297.2)CMYK
cmyk(43%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7220DD
2#651CC4
3#5819AC
4#4C1593
5#3F127B
6#320E62
7#260B4A
8#190731
9#0D0419
Tints
Lighter variations
1#8D4AE5
2#9A5EE8
3#A772EB
4#B387EE
5#C09BF1
6#CDAFF4
7#D9C3F6
8#E6D7F9
9#F2EBFC
Tones
Muted variations
1#823FDA
2#8347D1
3#8450C8
4#8559C0
5#8761B7
6#886AAF
7#8972A6
8#8A7B9D
9#8B8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE98 #BE98F0 | BordersInactive statesPlaceholder text |
| 400 | 9D63 #9D63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8136 #8136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651C #651CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5016 #50169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3910 #391070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 250A #250A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F2FD;
--royal-blue-100: #EBE0FB;
--royal-blue-200: #DBC5F7;
--royal-blue-300: #BE98F0;
--royal-blue-400: #9D63E9;
--royal-blue-500: #8136E2;
--royal-blue-600: #651CC4;
--royal-blue-700: #50169C;
--royal-blue-800: #391070;
--royal-blue-900: #250A47;
--royal-blue-950: #17062D;
}