Royal Blue
#5824F5
PurpleColor Codes
All color formats for development
HEX
#5824F5RGB
rgb(88, 36, 245)HSL
hsl(255, 91%, 55%)OKLCH
oklch(0.496 0.274 281.1)CMYK
cmyk(64%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450BF1
2#3D0AD6
3#3609BC
4#2E08A1
5#260686
6#1F056B
7#170450
8#0F0336
9#08011B
Tints
Lighter variations
1#693AF6
2#7950F7
3#8A66F8
4#9B7BF9
5#AC91FA
6#BCA7FB
7#CDBDFC
8#DED3FD
9#EEE9FE
Tones
Muted variations
1#5D2EEA
2#6239E0
3#6843D5
4#6D4ECB
5#7258C0
6#7762B6
7#7D6DAC
8#8277A1
9#878297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8F #AA8FFA | BordersInactive statesPlaceholder text |
| 400 | 7D55 #7D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5824 #5824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D0A #3D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3108 #3108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #23067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E5DDFD;
--royal-blue-200: #CFC0FC;
--royal-blue-300: #AA8FFA;
--royal-blue-400: #7D55F7;
--royal-blue-500: #5824F5;
--royal-blue-600: #3D0AD6;
--royal-blue-700: #3108AA;
--royal-blue-800: #23067A;
--royal-blue-900: #16044E;
--royal-blue-950: #0E0231;
}