Royal Blue
#891DFC
PurpleColor Codes
All color formats for development
HEX
#891DFCRGB
rgb(137, 29, 252)HSL
hsl(269, 97%, 55%)OKLCH
oklch(0.547 0.282 296.7)CMYK
cmyk(46%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A04F9
2#6D03DD
3#5F03C1
4#5103A6
5#44028A
6#36026F
7#290153
8#1B0137
9#0E001C
Tints
Lighter variations
1#9434FC
2#A04AFC
3#AC61FD
4#B877FD
5#C48EFD
6#D0A5FE
7#DBBBFE
8#E7D2FE
9#F3E8FF
Tones
Muted variations
1#8928F0
2#8933E5
3#8A3EDA
4#8A49CF
5#8A55C4
6#8B60B9
7#8B6BAE
8#8C76A3
9#8C8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBE #DDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28B #C28BFD | BordersInactive statesPlaceholder text |
| 400 | A34F #A34FFC | Disabled statesSecondary iconsMuted text |
| 500 | 891D #891DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D03 #6D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5603 #5603B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E02 #3E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2701 #270150 | Primary textHigh emphasis contentDark headings |
| 950 | 1901 #190132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FF;
--royal-blue-100: #EDDCFE;
--royal-blue-200: #DDBEFE;
--royal-blue-300: #C28BFD;
--royal-blue-400: #A34FFC;
--royal-blue-500: #891DFC;
--royal-blue-600: #6D03DD;
--royal-blue-700: #5603B0;
--royal-blue-800: #3E027E;
--royal-blue-900: #270150;
--royal-blue-950: #190132;
}