Royal Blue
#7457F4
BlueColor Codes
All color formats for development
HEX
#7457F4RGB
rgb(116, 87, 244)HSL
hsl(251, 88%, 65%)OKLCH
oklch(0.576 0.223 285.5)CMYK
cmyk(52%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A38F2
2#4019F0
3#330EDA
4#2C0CBB
5#250A9C
6#1D087D
7#16065D
8#0F043E
9#07021F
Tints
Lighter variations
1#8268F5
2#9079F6
3#9E8AF8
4#AC9AF9
5#BAABFA
6#C7BCFB
7#D5CDFC
8#E3DDFD
9#F1EEFE
Tones
Muted variations
1#795FEC
2#7E67E5
3#836FDD
4#8877D5
5#8D7ECD
6#9286C5
7#978EBD
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 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC1 #CBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A491 #A491F8 | BordersInactive statesPlaceholder text |
| 400 | 7457 #7457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4C27 #4C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 320D #320DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280B #280BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C08 #1C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1205 #12054D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DDFD;
--royal-blue-200: #CBC1FB;
--royal-blue-300: #A491F8;
--royal-blue-400: #7457F4;
--royal-blue-500: #4C27F1;
--royal-blue-600: #320DD3;
--royal-blue-700: #280BA8;
--royal-blue-800: #1C0878;
--royal-blue-900: #12054D;
--royal-blue-950: #0B0330;
}