Royal Blue
#8627F1
PurpleColor Codes
All color formats for development
HEX
#8627F1RGB
rgb(134, 39, 241)HSL
hsl(268, 88%, 55%)OKLCH
oklch(0.539 0.267 297.2)CMYK
cmyk(44%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#770FED
2#6A0DD3
3#5C0CB9
4#4F0A9E
5#420884
6#350769
7#28054F
8#1A0335
9#0D021A
Tints
Lighter variations
1#923DF3
2#9E52F4
3#AA68F5
4#B67EF7
5#C293F8
6#CEA9F9
7#DBBEFB
8#E7D4FC
9#F3E9FE
Tones
Muted variations
1#8631E7
2#873BDD
3#8846D3
4#8850C9
5#895ABF
6#8A64B5
7#8A6EAB
8#8B78A0
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 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F8 | BordersInactive statesPlaceholder text |
| 400 | A157 #A157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8627 #8627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0D #6A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540B #540BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054D | 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: #DCC1FB;
--royal-blue-300: #C191F8;
--royal-blue-400: #A157F4;
--royal-blue-500: #8627F1;
--royal-blue-600: #6A0DD3;
--royal-blue-700: #540BA8;
--royal-blue-800: #3C0878;
--royal-blue-900: #26054D;
--royal-blue-950: #180330;
}