Royal Blue
#7878D3
BlueColor Codes
All color formats for development
HEX
#7878D3RGB
rgb(120, 120, 211)HSL
hsl(240, 51%, 65%)OKLCH
oklch(0.614 0.136 281.6)CMYK
cmyk(43%, 43%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F5FCB
2#4646C3
3#3939AF
4#313196
5#29297D
6#202064
7#18184B
8#101032
9#080819
Tints
Lighter variations
1#8686D8
2#9393DC
3#A1A1E0
4#AEAEE5
5#BCBCE9
6#C9C9EE
7#D7D7F2
8#E4E4F6
9#F2F2FB
Tones
Muted variations
1#7D7DCF
2#8181CA
3#8686C6
4#8A8AC1
5#8F8FBD
6#9494B8
7#9898B3
8#9D9DAF
9#A1A1AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A6 #A6A6E2 | BordersInactive statesPlaceholder text |
| 400 | 7878 #7878D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5252 #5252C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3737 #3737A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C2C #2C2C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F1F #1F1F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FB;
--royal-blue-100: #E4E4F6;
--royal-blue-200: #CDCDEF;
--royal-blue-300: #A6A6E2;
--royal-blue-400: #7878D3;
--royal-blue-500: #5252C7;
--royal-blue-600: #3737A9;
--royal-blue-700: #2C2C87;
--royal-blue-800: #1F1F60;
--royal-blue-900: #14143E;
--royal-blue-950: #0C0C27;
}