Royal Blue
#7956F5
BlueColor Codes
All color formats for development
HEX
#7956F5RGB
rgb(121, 86, 245)HSL
hsl(253, 89%, 65%)OKLCH
oklch(0.58 0.225 287.3)CMYK
cmyk(51%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6037F3
2#4718F2
3#3A0DDB
4#310BBC
5#29099D
6#21077D
7#19055E
8#10043F
9#08021F
Tints
Lighter variations
1#8667F6
2#9478F7
3#A189F8
4#AE9AF9
5#BCABFA
6#C9BCFB
7#D7CCFC
8#E4DDFD
9#F2EEFE
Tones
Muted variations
1#7D5EED
2#8266E5
3#866EDD
4#8B76D5
5#8F7ECD
6#9486C6
7#988EBE
8#9D96B6
9#A19EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A790 #A790F9 | BordersInactive statesPlaceholder text |
| 400 | 7956 #7956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5226 #5226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380C #380CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C0A #2C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2007 #200778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E4DDFD;
--royal-blue-200: #CDC0FB;
--royal-blue-300: #A790F9;
--royal-blue-400: #7956F5;
--royal-blue-500: #5226F2;
--royal-blue-600: #380CD4;
--royal-blue-700: #2C0AA9;
--royal-blue-800: #200778;
--royal-blue-900: #14044D;
--royal-blue-950: #0D0330;
}