Royal Blue
#582FE9
BlueColor Codes
All color formats for development
HEX
#582FE9RGB
rgb(88, 47, 233)HSL
hsl(253, 81%, 55%)OKLCH
oklch(0.493 0.254 281.9)CMYK
cmyk(62%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4418E4
2#3D15CB
3#3513B2
4#2E1098
5#260D7F
6#1E0B66
7#17084C
8#0F0533
9#080319
Tints
Lighter variations
1#6844EB
2#7959EE
3#8A6EF0
4#9B82F2
5#AB97F4
6#BCACF6
7#CDC1F8
8#DED5FB
9#EEEAFD
Tones
Muted variations
1#5D39E0
2#6242D7
3#674BCD
4#6D54C4
5#725EBB
6#7767B1
7#7C70A8
8#827A9F
9#878396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A995 #A995F4 | BordersInactive statesPlaceholder text |
| 400 | 7D5D #7D5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 582F #582FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D15 #3D15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3011 #3011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220C #220C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #16084A | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DFFC;
--royal-blue-200: #CFC3F9;
--royal-blue-300: #A995F4;
--royal-blue-400: #7D5DEE;
--royal-blue-500: #582FE9;
--royal-blue-600: #3D15CB;
--royal-blue-700: #3011A2;
--royal-blue-800: #220C73;
--royal-blue-900: #16084A;
--royal-blue-950: #0E052E;
}