Royal Blue
#8120F8
PurpleColor Codes
All color formats for development
HEX
#8120F8RGB
rgb(129, 32, 248)HSL
hsl(267, 94%, 55%)OKLCH
oklch(0.536 0.277 294.6)CMYK
cmyk(48%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7208F5
2#6607DA
3#5906BE
4#4C05A3
5#400488
6#33036D
7#260352
8#190236
9#0D011B
Tints
Lighter variations
1#8E37F9
2#9B4DF9
3#A763FA
4#B479FB
5#C090FC
6#CDA6FC
7#D9BCFD
8#E6D2FE
9#F2E9FE
Tones
Muted variations
1#832BED
2#8436E3
3#8541D8
4#864CCD
5#8756C2
6#8861B7
7#896CAD
8#8A77A2
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 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFB | BordersInactive statesPlaceholder text |
| 400 | 9D52 #9D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 8120 #8120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6607 #6607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5105 #5105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #25024F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | 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: #DBBFFD;
--royal-blue-300: #BF8DFB;
--royal-blue-400: #9D52FA;
--royal-blue-500: #8120F8;
--royal-blue-600: #6607DA;
--royal-blue-700: #5105AD;
--royal-blue-800: #3A047C;
--royal-blue-900: #25024F;
--royal-blue-950: #170231;
}