Royal Blue
#7957F4
BlueColor Codes
All color formats for development
HEX
#7957F4RGB
rgb(121, 87, 244)HSL
hsl(253, 88%, 65%)OKLCH
oklch(0.581 0.223 287.3)CMYK
cmyk(50%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6038F2
2#4819F0
3#3A0EDA
4#320CBB
5#2A0A9C
6#21087D
7#19065D
8#11043E
9#08021F
Tints
Lighter variations
1#8768F5
2#9479F6
3#A18AF8
4#AF9AF9
5#BCABFA
6#C9BCFB
7#D7CDFC
8#E4DDFD
9#F2EEFE
Tones
Muted variations
1#7E5FEC
2#8267E5
3#876FDD
4#8B77D5
5#8F7ECD
6#9486C5
7#988EBD
8#9D96B5
9#A19EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC1 #CDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A791 #A791F8 | BordersInactive statesPlaceholder text |
| 400 | 7957 #7957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5327 #5327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380D #380DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0B #2D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2008 #200878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1405 #14054D | 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: #F4F1FE;
--royal-blue-100: #E4DDFD;
--royal-blue-200: #CDC1FB;
--royal-blue-300: #A791F8;
--royal-blue-400: #7957F4;
--royal-blue-500: #5327F1;
--royal-blue-600: #380DD3;
--royal-blue-700: #2D0BA8;
--royal-blue-800: #200878;
--royal-blue-900: #14054D;
--royal-blue-950: #0D0330;
}