Royal Blue
#8526F2
PurpleColor Codes
All color formats for development
HEX
#8526F2RGB
rgb(133, 38, 242)HSL
hsl(268, 89%, 55%)OKLCH
oklch(0.538 0.268 296.8)CMYK
cmyk(45%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#770EEF
2#6A0CD4
3#5C0BBA
4#4F099F
5#420885
6#35066A
7#280550
8#1A0335
9#0D021B
Tints
Lighter variations
1#923CF4
2#9E51F5
3#AA67F6
4#B67DF7
5#C293F9
6#CEA8FA
7#DBBEFB
8#E7D4FC
9#F3E9FE
Tones
Muted variations
1#8630E8
2#873BDE
3#8745D4
4#884FCA
5#8959BF
6#8A63B5
7#8A6EAB
8#8B78A1
9#8C8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A056 #A056F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8526 #8526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0C #6A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540A #540AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C07 #3C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044D | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FE;
--royal-blue-100: #ECDDFD;
--royal-blue-200: #DCC0FB;
--royal-blue-300: #C190F9;
--royal-blue-400: #A056F5;
--royal-blue-500: #8526F2;
--royal-blue-600: #6A0CD4;
--royal-blue-700: #540AA9;
--royal-blue-800: #3C0778;
--royal-blue-900: #26044D;
--royal-blue-950: #180330;
}