Royal Blue
#891EFA
PurpleColor Codes
All color formats for development
HEX
#891EFARGB
rgb(137, 30, 250)HSL
hsl(269, 96%, 55%)OKLCH
oklch(0.545 0.28 297)CMYK
cmyk(45%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A05F7
2#6D04DC
3#5F04C0
4#5103A5
5#440389
6#36026E
7#290252
8#1B0137
9#0E011B
Tints
Lighter variations
1#9435FB
2#A04BFB
3#AC62FC
4#B878FC
5#C48FFD
6#D0A5FD
7#DBBCFE
8#E7D2FE
9#F3E9FF
Tones
Muted variations
1#8929EF
2#8934E4
3#8A3FD9
4#8A4ACE
5#8A55C3
6#8B60B8
7#8B6BAD
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 #DDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28C #C28CFD | BordersInactive statesPlaceholder text |
| 400 | A350 #A350FB | Disabled statesSecondary iconsMuted text |
| 500 | 891E #891EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D04 #6D04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5604 #5604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E03 #3E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2702 #270250 | 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: #C28CFD;
--royal-blue-400: #A350FB;
--royal-blue-500: #891EFA;
--royal-blue-600: #6D04DC;
--royal-blue-700: #5604AF;
--royal-blue-800: #3E037D;
--royal-blue-900: #270250;
--royal-blue-950: #190132;
}