Royal Blue
#4A1EFA
BlueColor Codes
All color formats for development
HEX
#4A1EFARGB
rgb(74, 30, 250)HSL
hsl(252, 96%, 55%)OKLCH
oklch(0.487 0.285 276.6)CMYK
cmyk(70%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3605F7
2#3004DC
3#2A04C0
4#2403A5
5#1E0389
6#18026E
7#120252
8#0C0137
9#06011B
Tints
Lighter variations
1#5C35FB
2#6E4BFB
3#8062FC
4#9278FC
5#A58FFD
6#B7A5FD
7#C9BCFE
8#DBD2FE
9#EDE9FF
Tones
Muted variations
1#5129EF
2#5734E4
3#5E3FD9
4#654ACE
5#6B55C3
6#7260B8
7#786BAD
8#7F76A2
9#868197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBE #CBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A38C #A38CFD | BordersInactive statesPlaceholder text |
| 400 | 7250 #7250FB | Disabled statesSecondary iconsMuted text |
| 500 | 4A1E #4A1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3004 #3004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2604 #2604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B03 #1B037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #110250 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E3DCFE;
--royal-blue-200: #CBBEFE;
--royal-blue-300: #A38CFD;
--royal-blue-400: #7250FB;
--royal-blue-500: #4A1EFA;
--royal-blue-600: #3004DC;
--royal-blue-700: #2604AF;
--royal-blue-800: #1B037D;
--royal-blue-900: #110250;
--royal-blue-950: #0B0132;
}