Royal Blue
#4A24F5
BlueColor Codes
All color formats for development
HEX
#4A24F5RGB
rgb(74, 36, 245)HSL
hsl(251, 91%, 55%)OKLCH
oklch(0.485 0.276 276.8)CMYK
cmyk(70%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350BF1
2#300AD6
3#2A09BC
4#2408A1
5#1E0686
6#18056B
7#120450
8#0C0336
9#06011B
Tints
Lighter variations
1#5C3AF6
2#6E50F7
3#8066F8
4#927BF9
5#A591FA
6#B7A7FB
7#C9BDFC
8#DBD3FD
9#EDE9FE
Tones
Muted variations
1#512EEA
2#5739E0
3#5E43D5
4#654ECB
5#6B58C0
6#7262B6
7#786DAC
8#7F77A1
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 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A38F #A38FFA | BordersInactive statesPlaceholder text |
| 400 | 7255 #7255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4A24 #4A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300A #300AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2608 #2608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1104 #11044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | 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: #CBC0FC;
--royal-blue-300: #A38FFA;
--royal-blue-400: #7255F7;
--royal-blue-500: #4A24F5;
--royal-blue-600: #300AD6;
--royal-blue-700: #2608AA;
--royal-blue-800: #1B067A;
--royal-blue-900: #11044E;
--royal-blue-950: #0B0231;
}