Royal Blue
#5524F5
BlueColor Codes
All color formats for development
HEX
#5524F5RGB
rgb(85, 36, 245)HSL
hsl(254, 91%, 55%)OKLCH
oklch(0.494 0.274 280.2)CMYK
cmyk(65%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410BF1
2#3A0AD6
3#3309BC
4#2B08A1
5#240686
6#1D056B
7#160450
8#0E0336
9#07011B
Tints
Lighter variations
1#663AF6
2#7750F7
3#8866F8
4#997BF9
5#AA91FA
6#BBA7FB
7#CCBDFC
8#DDD3FD
9#EEE9FE
Tones
Muted variations
1#5A2EEA
2#6039E0
3#6543D5
4#6B4ECB
5#7058C0
6#7662B6
7#7C6DAC
8#8177A1
9#878297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC0 #CEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A88F #A88FFA | BordersInactive statesPlaceholder text |
| 400 | 7A55 #7A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5524 #5524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A0A #3A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E08 #2E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2106 #21067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1504 #15044E | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E4DDFD;
--royal-blue-200: #CEC0FC;
--royal-blue-300: #A88FFA;
--royal-blue-400: #7A55F7;
--royal-blue-500: #5524F5;
--royal-blue-600: #3A0AD6;
--royal-blue-700: #2E08AA;
--royal-blue-800: #21067A;
--royal-blue-900: #15044E;
--royal-blue-950: #0D0231;
}