Royal Blue
#581CFD
PurpleColor Codes
All color formats for development
HEX
#581CFDRGB
rgb(88, 28, 253)HSL
hsl(256, 98%, 55%)OKLCH
oklch(0.499 0.286 280.5)CMYK
cmyk(65%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4403FA
2#3D02DE
3#3502C2
4#2E02A7
5#26018B
6#1E016F
7#170153
8#0F0138
9#08001C
Tints
Lighter variations
1#6833FD
2#7949FD
3#8A60FD
4#9B77FE
5#AB8DFE
6#BCA4FE
7#CDBBFE
8#DED2FF
9#EEE8FF
Tones
Muted variations
1#5D27F1
2#6232E6
3#683EDB
4#6D49D0
5#7254C4
6#775FB9
7#7D6BAE
8#8276A3
9#878197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFE | BordersInactive statesPlaceholder text |
| 400 | 7D4E #7D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 581C #581CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D02 #3D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3002 #3002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2301 #23017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160151 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E5DCFF;
--royal-blue-200: #CFBDFE;
--royal-blue-300: #AA8BFE;
--royal-blue-400: #7D4EFD;
--royal-blue-500: #581CFD;
--royal-blue-600: #3D02DE;
--royal-blue-700: #3002B1;
--royal-blue-800: #23017E;
--royal-blue-900: #160151;
--royal-blue-950: #0E0132;
}