Royal Blue
#7757F4
BlueColor Codes
All color formats for development
HEX
#7757F4RGB
rgb(119, 87, 244)HSL
hsl(252, 88%, 65%)OKLCH
oklch(0.579 0.223 286.5)CMYK
cmyk(51%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D38F2
2#4419F0
3#370EDA
4#2F0CBB
5#270A9C
6#1F087D
7#17065D
8#10043E
9#08021F
Tints
Lighter variations
1#8468F5
2#9279F6
3#A08AF8
4#AD9AF9
5#BBABFA
6#C8BCFB
7#D6CDFC
8#E4DDFD
9#F1EEFE
Tones
Muted variations
1#7B5FEC
2#8067E5
3#856FDD
4#8977D5
5#8E7ECD
6#9386C5
7#988EBD
8#9C96B5
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 | CCC1 #CCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A591 #A591F8 | BordersInactive statesPlaceholder text |
| 400 | 7757 #7757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5027 #5027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 350D #350DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0B #2A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E08 #1E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1305 #13054D | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | 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: #CCC1FB;
--royal-blue-300: #A591F8;
--royal-blue-400: #7757F4;
--royal-blue-500: #5027F1;
--royal-blue-600: #350DD3;
--royal-blue-700: #2A0BA8;
--royal-blue-800: #1E0878;
--royal-blue-900: #13054D;
--royal-blue-950: #0C0330;
}