Royal Blue
#7C57F4
BlueColor Codes
All color formats for development
HEX
#7C57F4RGB
rgb(124, 87, 244)HSL
hsl(254, 88%, 65%)OKLCH
oklch(0.583 0.223 288.3)CMYK
cmyk(49%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6438F2
2#4B19F0
3#3E0EDA
4#350CBB
5#2C0A9C
6#23087D
7#1A065D
8#12043E
9#09021F
Tints
Lighter variations
1#8968F5
2#9679F6
3#A38AF8
4#B09AF9
5#BDABFA
6#CBBCFB
7#D8CDFC
8#E5DDFD
9#F2EEFE
Tones
Muted variations
1#805FEC
2#8467E5
3#886FDD
4#8D77D5
5#917ECD
6#9586C5
7#998EBD
8#9D96B5
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F8 | BordersInactive statesPlaceholder text |
| 400 | 7C57 #7C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5627 #5627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0D #3C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0B #2F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DDFD;
--royal-blue-200: #CEC1FB;
--royal-blue-300: #A991F8;
--royal-blue-400: #7C57F4;
--royal-blue-500: #5627F1;
--royal-blue-600: #3C0DD3;
--royal-blue-700: #2F0BA8;
--royal-blue-800: #220878;
--royal-blue-900: #16054D;
--royal-blue-950: #0E0330;
}