Royal Blue
#7963E9
BlueColor Codes
All color formats for development
HEX
#7963E9RGB
rgb(121, 99, 233)HSL
hsl(250, 75%, 65%)OKLCH
oklch(0.591 0.194 286.4)CMYK
cmyk(48%, 58%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6046E5
2#4729E0
3#3A1DCB
4#3219AE
5#291591
6#211174
7#190C57
8#11083A
9#08041D
Tints
Lighter variations
1#8772EB
2#9482ED
3#A192EF
4#AFA1F2
5#BCB1F4
6#C9C1F6
7#D7D0F8
8#E4E0FB
9#F2EFFD
Tones
Muted variations
1#7E6AE2
2#8270DB
3#8777D5
4#8B7ECE
5#8F84C7
6#948BC1
7#9892BA
8#9D98B3
9#A19FAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F0 | BordersInactive statesPlaceholder text |
| 400 | 7963 #7963E9 | Disabled statesSecondary iconsMuted text |
| 500 | 5336 #5336E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 381C #381CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D16 #2D169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2010 #201070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A47 | 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: #F4F2FD;
--royal-blue-100: #E4E0FB;
--royal-blue-200: #CDC5F7;
--royal-blue-300: #A798F0;
--royal-blue-400: #7963E9;
--royal-blue-500: #5336E2;
--royal-blue-600: #381CC4;
--royal-blue-700: #2D169C;
--royal-blue-800: #201070;
--royal-blue-900: #140A47;
--royal-blue-950: #0D062D;
}