Royal Blue
#891CFD
PurpleColor Codes
All color formats for development
HEX
#891CFDRGB
rgb(137, 28, 253)HSL
hsl(269, 98%, 55%)OKLCH
oklch(0.547 0.284 296.6)CMYK
cmyk(46%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A03FA
2#6D02DE
3#5F02C2
4#5102A7
5#44018B
6#36016F
7#290153
8#1B0138
9#0E001C
Tints
Lighter variations
1#9433FD
2#A049FD
3#AC60FD
4#B877FE
5#C48DFE
6#D0A4FE
7#DBBBFE
8#E7D2FF
9#F3E8FF
Tones
Muted variations
1#8927F1
2#8932E6
3#8A3EDB
4#8A49D0
5#8A54C4
6#8B5FB9
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 #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28B #C28BFE | BordersInactive statesPlaceholder text |
| 400 | A34E #A34EFD | Disabled statesSecondary iconsMuted text |
| 500 | 891C #891CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D02 #6D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5602 #5602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E01 #3E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2701 #270151 | 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: #EDDCFF;
--royal-blue-200: #DDBDFE;
--royal-blue-300: #C28BFE;
--royal-blue-400: #A34EFD;
--royal-blue-500: #891CFD;
--royal-blue-600: #6D02DE;
--royal-blue-700: #5602B1;
--royal-blue-800: #3E017E;
--royal-blue-900: #270151;
--royal-blue-950: #190132;
}