Royal Blue
#715DEE
BlueColor Codes
All color formats for development
HEX
#715DEERGB
rgb(113, 93, 238)HSL
hsl(248, 81%, 65%)OKLCH
oklch(0.578 0.209 284)CMYK
cmyk(53%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#563FEB
2#3C21E8
3#2F16D2
4#2813B4
5#221096
6#1B0D78
7#14095A
8#0D063C
9#07031E
Tints
Lighter variations
1#7F6EF0
2#8D7EF1
3#9B8EF3
4#AA9EF5
5#B8AEF7
6#C6BEF8
7#D4CFFA
8#E3DFFC
9#F1EFFD
Tones
Muted variations
1#7665E7
2#7B6CE0
3#8173D8
4#867AD1
5#8B82CA
6#9189C3
7#9690BB
8#9B97B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F4 | BordersInactive statesPlaceholder text |
| 400 | 715D #715DEE | Disabled statesSecondary iconsMuted text |
| 500 | 482F #482FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E15 #2E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2411 #2411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0C #1A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #11084A | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DFFC;
--royal-blue-200: #CAC3F9;
--royal-blue-300: #A295F4;
--royal-blue-400: #715DEE;
--royal-blue-500: #482FE9;
--royal-blue-600: #2E15CB;
--royal-blue-700: #2411A2;
--royal-blue-800: #1A0C73;
--royal-blue-900: #11084A;
--royal-blue-950: #0A052E;
}