Royal Blue
#8525F4
PurpleColor Codes
All color formats for development
HEX
#8525F4RGB
rgb(133, 37, 244)HSL
hsl(268, 90%, 55%)OKLCH
oklch(0.54 0.27 296.5)CMYK
cmyk(45%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#770DF0
2#690BD5
3#5C0ABB
4#4F08A0
5#420785
6#35066B
7#280450
8#1A0335
9#0D011B
Tints
Lighter variations
1#923BF5
2#9E51F6
3#AA66F7
4#B67CF8
5#C292F9
6#CEA8FA
7#DBBEFC
8#E7D3FD
9#F3E9FE
Tones
Muted variations
1#862FE9
2#873ADF
3#8744D5
4#884ECA
5#8959C0
6#8963B6
7#8A6DAB
8#8B78A1
9#8C8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8525 #8525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690B #690BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5409 #5409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | 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: #F7F0FE;
--royal-blue-100: #ECDDFD;
--royal-blue-200: #DCC0FC;
--royal-blue-300: #C190F9;
--royal-blue-400: #A055F6;
--royal-blue-500: #8525F4;
--royal-blue-600: #690BD5;
--royal-blue-700: #5409AA;
--royal-blue-800: #3C0679;
--royal-blue-900: #26044E;
--royal-blue-950: #180330;
}