Royal Blue
#4E24F5
BlueColor Codes
All color formats for development
HEX
#4E24F5RGB
rgb(78, 36, 245)HSL
hsl(252, 91%, 55%)OKLCH
oklch(0.488 0.276 278)CMYK
cmyk(68%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390BF1
2#330AD6
3#2D09BC
4#2608A1
5#200686
6#19056B
7#130450
8#0D0336
9#06011B
Tints
Lighter variations
1#5F3AF6
2#7150F7
3#8366F8
4#957BF9
5#A691FA
6#B8A7FB
7#CABDFC
8#DCD3FD
9#EDE9FE
Tones
Muted variations
1#542EEA
2#5A39E0
3#6043D5
4#674ECB
5#6D58C0
6#7362B6
7#796DAC
8#8077A1
9#868297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC0 #CCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A48F #A48FFA | BordersInactive statesPlaceholder text |
| 400 | 7555 #7555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4E24 #4E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 330A #330AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2908 #2908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D06 #1D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1304 #13044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E3DDFD;
--royal-blue-200: #CCC0FC;
--royal-blue-300: #A48FFA;
--royal-blue-400: #7555F7;
--royal-blue-500: #4E24F5;
--royal-blue-600: #330AD6;
--royal-blue-700: #2908AA;
--royal-blue-800: #1D067A;
--royal-blue-900: #13044E;
--royal-blue-950: #0C0231;
}