Royal Blue
#8262EA
BlueColor Codes
All color formats for development
HEX
#8262EARGB
rgb(130, 98, 234)HSL
hsl(254, 76%, 65%)OKLCH
oklch(0.598 0.196 290)CMYK
cmyk(44%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A45E6
2#5328E2
3#451CCC
4#3B18AF
5#311492
6#271075
7#1E0C58
8#14083A
9#0A041D
Tints
Lighter variations
1#8E72EC
2#9B81EE
3#A791F0
4#B4A1F2
5#C0B0F4
6#CDC0F6
7#D9D0F9
8#E6E0FB
9#F2EFFD
Tones
Muted variations
1#8569E3
2#896FDC
3#8C76D5
4#907DCE
5#9484C8
6#978BC1
7#9B91BA
8#9F98B3
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C5 #D0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD98 #AD98F1 | BordersInactive statesPlaceholder text |
| 400 | 8262 #8262EA | Disabled statesSecondary iconsMuted text |
| 500 | 5E35 #5E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 431B #431BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3515 #35159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260F #260F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 180A #180A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0F06 #0F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F2FD;
--royal-blue-100: #E6E0FB;
--royal-blue-200: #D0C5F7;
--royal-blue-300: #AD98F1;
--royal-blue-400: #8262EA;
--royal-blue-500: #5E35E3;
--royal-blue-600: #431BC5;
--royal-blue-700: #35159D;
--royal-blue-800: #260F70;
--royal-blue-900: #180A48;
--royal-blue-950: #0F062D;
}