Royal Blue
#7262EA
BlueColor Codes
All color formats for development
HEX
#7262EARGB
rgb(114, 98, 234)HSL
hsl(247, 76%, 65%)OKLCH
oklch(0.584 0.198 283.8)CMYK
cmyk(51%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5845E6
2#3D28E2
3#301CCC
4#2A18AF
5#231492
6#1C1075
7#150C58
8#0E083A
9#07041D
Tints
Lighter variations
1#8072EC
2#8E81EE
3#9C91F0
4#AAA1F2
5#B8B0F4
6#C6C0F6
7#D5D0F9
8#E3E0FB
9#F1EFFD
Tones
Muted variations
1#7769E3
2#7C6FDC
3#8176D5
4#877DCE
5#8C84C8
6#918BC1
7#9691BA
8#9B98B3
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A298 #A298F1 | BordersInactive statesPlaceholder text |
| 400 | 7262 #7262EA | Disabled statesSecondary iconsMuted text |
| 500 | 4935 #4935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F1B #2F1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2515 #25159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0F #1B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 110A #110A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F2FD;
--royal-blue-100: #E3E0FB;
--royal-blue-200: #CBC5F7;
--royal-blue-300: #A298F1;
--royal-blue-400: #7262EA;
--royal-blue-500: #4935E3;
--royal-blue-600: #2F1BC5;
--royal-blue-700: #25159D;
--royal-blue-800: #1B0F70;
--royal-blue-900: #110A48;
--royal-blue-950: #0B062D;
}