Royal Blue
#582AEF
BlueColor Codes
All color formats for development
HEX
#582AEFRGB
rgb(88, 42, 239)HSL
hsl(254, 86%, 55%)OKLCH
oklch(0.495 0.264 281.5)CMYK
cmyk(63%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4412EB
2#3D10D1
3#350EB7
4#2E0C9D
5#260A82
6#1E0868
7#17064E
8#0F0434
9#08021A
Tints
Lighter variations
1#683FF1
2#7954F2
3#8A6AF4
4#9B7FF5
5#AB94F7
6#BCAAF9
7#CDBFFA
8#DED4FC
9#EEEAFD
Tones
Muted variations
1#5D33E5
2#623DDB
3#6747D1
4#6D51C7
5#725BBE
6#7765B4
7#7C6FAA
8#8279A0
9#878296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A992 #A992F7 | BordersInactive statesPlaceholder text |
| 400 | 7D59 #7D59F3 | Disabled statesSecondary iconsMuted text |
| 500 | 582A #582AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D10 #3D10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 300C #300CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2309 #230977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064C | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DEFD;
--royal-blue-200: #CFC1FA;
--royal-blue-300: #A992F7;
--royal-blue-400: #7D59F3;
--royal-blue-500: #582AEF;
--royal-blue-600: #3D10D1;
--royal-blue-700: #300CA6;
--royal-blue-800: #230977;
--royal-blue-900: #16064C;
--royal-blue-950: #0E042F;
}