Royal Blue
#891FF9
PurpleColor Codes
All color formats for development
HEX
#891FF9RGB
rgb(137, 31, 249)HSL
hsl(269, 95%, 55%)OKLCH
oklch(0.545 0.279 297.2)CMYK
cmyk(45%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A06F6
2#6D06DB
3#5F05BF
4#5104A4
5#440489
6#36036D
7#290252
8#1B0137
9#0E011B
Tints
Lighter variations
1#9436FA
2#A04CFA
3#AC62FB
4#B879FC
5#C48FFC
6#D0A5FD
7#DBBCFD
8#E7D2FE
9#F3E9FE
Tones
Muted variations
1#892AEE
2#8935E3
3#8A40D9
4#8A4BCE
5#8A56C3
6#8B61B8
7#8B6CAD
8#8C76A2
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 #DDBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C28D #C28DFC | BordersInactive statesPlaceholder text |
| 400 | A351 #A351FB | Disabled statesSecondary iconsMuted text |
| 500 | 891F #891FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D06 #6D06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5604 #5604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E03 #3E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2802 #280250 | 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: #DDBEFD;
--royal-blue-300: #C28DFC;
--royal-blue-400: #A351FB;
--royal-blue-500: #891FF9;
--royal-blue-600: #6D06DB;
--royal-blue-700: #5604AE;
--royal-blue-800: #3E037C;
--royal-blue-900: #280250;
--royal-blue-950: #190132;
}