Royal Blue
#581DFC
PurpleColor Codes
All color formats for development
HEX
#581DFCRGB
rgb(88, 29, 252)HSL
hsl(256, 97%, 55%)OKLCH
oklch(0.499 0.284 280.6)CMYK
cmyk(65%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4504F9
2#3D03DD
3#3603C1
4#2E03A6
5#26028A
6#1F026F
7#170153
8#0F0137
9#08001C
Tints
Lighter variations
1#6934FC
2#7A4AFC
3#8A61FD
4#9B77FD
5#AC8EFD
6#BCA5FE
7#CDBBFE
8#DED2FE
9#EEE8FF
Tones
Muted variations
1#5E28F0
2#6333E5
3#683EDA
4#6D49CF
5#7255C4
6#7760B9
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 #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFD | BordersInactive statesPlaceholder text |
| 400 | 7D4F #7D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 581D #581DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D03 #3D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3103 #3103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2302 #23027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160150 | 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: #E5DCFE;
--royal-blue-200: #CFBEFE;
--royal-blue-300: #AA8BFD;
--royal-blue-400: #7D4FFC;
--royal-blue-500: #581DFC;
--royal-blue-600: #3D03DD;
--royal-blue-700: #3103B0;
--royal-blue-800: #23027E;
--royal-blue-900: #160150;
--royal-blue-950: #0E0132;
}