Royal Blue
#8523F6
PurpleColor Codes
All color formats for development
HEX
#8523F6RGB
rgb(133, 35, 246)HSL
hsl(268, 92%, 55%)OKLCH
oklch(0.54 0.274 296.2)CMYK
cmyk(46%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#760AF2
2#6909D7
3#5C08BC
4#4F07A2
5#420687
6#35046C
7#270351
8#1A0236
9#0D011B
Tints
Lighter variations
1#9139F7
2#9E4FF8
3#AA65F9
4#B67BF9
5#C291FA
6#CEA7FB
7#DABDFC
8#E7D3FD
9#F3E9FE
Tones
Muted variations
1#862DEB
2#8738E1
3#8742D6
4#884DCC
5#8957C1
6#8962B6
7#8A6DAC
8#8B77A1
9#8C8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFA | BordersInactive statesPlaceholder text |
| 400 | A054 #A054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8523 #8523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6909 #6909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5407 #5407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C05 #3C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034E | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FE;
--royal-blue-100: #ECDDFE;
--royal-blue-200: #DCBFFC;
--royal-blue-300: #C18EFA;
--royal-blue-400: #A054F8;
--royal-blue-500: #8523F6;
--royal-blue-600: #6909D7;
--royal-blue-700: #5407AB;
--royal-blue-800: #3C057A;
--royal-blue-900: #26034E;
--royal-blue-950: #180231;
}