Royal Blue
#582BEE
BlueColor Codes
All color formats for development
HEX
#582BEERGB
rgb(88, 43, 238)HSL
hsl(254, 85%, 55%)OKLCH
oklch(0.494 0.262 281.6)CMYK
cmyk(63%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4513EA
2#3D11D0
3#360FB6
4#2E0D9C
5#260B82
6#1F0868
7#17064E
8#0F0434
9#08021A
Tints
Lighter variations
1#6940F0
2#7A55F1
3#8A6AF3
4#9B80F5
5#AC95F6
6#BCAAF8
7#CDBFFA
8#DED5FC
9#EEEAFD
Tones
Muted variations
1#5D34E4
2#633EDA
3#6848D1
4#6D52C7
5#725BBD
6#7765B3
7#7D6FAA
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 #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA92 #AA92F6 | BordersInactive statesPlaceholder text |
| 400 | 7D5A #7D5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 582B #582BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D11 #3D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310D #310DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064B | 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: #E5DEFC;
--royal-blue-200: #CFC2FA;
--royal-blue-300: #AA92F6;
--royal-blue-400: #7D5AF2;
--royal-blue-500: #582BEE;
--royal-blue-600: #3D11D0;
--royal-blue-700: #310DA5;
--royal-blue-800: #230A76;
--royal-blue-900: #16064B;
--royal-blue-950: #0E042F;
}