Royal Blue
#7962EA
BlueColor Codes
All color formats for development
HEX
#7962EARGB
rgb(121, 98, 234)HSL
hsl(250, 76%, 65%)OKLCH
oklch(0.59 0.197 286.5)CMYK
cmyk(48%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6045E6
2#4728E2
3#391CCC
4#3118AF
5#291492
6#211075
7#190C58
8#10083A
9#08041D
Tints
Lighter variations
1#8672EC
2#9381EE
3#A191F0
4#AEA1F2
5#BCB0F4
6#C9C0F6
7#D7D0F9
8#E4E0FB
9#F2EFFD
Tones
Muted variations
1#7D69E3
2#826FDC
3#8676D5
4#8B7DCE
5#8F84C8
6#948BC1
7#9891BA
8#9D98B3
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F1 | BordersInactive statesPlaceholder text |
| 400 | 7962 #7962EA | Disabled statesSecondary iconsMuted text |
| 500 | 5235 #5235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 371B #371BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C15 #2C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0F #1F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F2FD;
--royal-blue-100: #E4E0FB;
--royal-blue-200: #CDC5F7;
--royal-blue-300: #A798F1;
--royal-blue-400: #7962EA;
--royal-blue-500: #5235E3;
--royal-blue-600: #371BC5;
--royal-blue-700: #2C159D;
--royal-blue-800: #1F0F70;
--royal-blue-900: #140A48;
--royal-blue-950: #0D062D;
}