Royal Blue
#715BF1
BlueColor Codes
All color formats for development
HEX
#715BF1RGB
rgb(113, 91, 241)HSL
hsl(249, 84%, 65%)OKLCH
oklch(0.578 0.215 284.1)CMYK
cmyk(53%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#573CEE
2#3D1EEB
3#3013D5
4#2910B7
5#220D98
6#1B0B7A
7#14085B
8#0E053D
9#07031E
Tints
Lighter variations
1#7F6BF2
2#8E7CF4
3#9C8CF5
4#AA9CF6
5#B8ADF8
6#C6BDF9
7#D4CEFB
8#E3DEFC
9#F1EFFE
Tones
Muted variations
1#7762E9
2#7C6AE2
3#8171DA
4#8679D3
5#8C80CB
6#9188C4
7#968FBC
8#9B97B5
9#A19EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC2 #CAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A293 #A293F6 | BordersInactive statesPlaceholder text |
| 400 | 715B #715BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 492C #492CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E12 #2E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250E #250EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0A #1A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1107 #11074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DEFC;
--royal-blue-200: #CAC2FA;
--royal-blue-300: #A293F6;
--royal-blue-400: #715BF1;
--royal-blue-500: #492CED;
--royal-blue-600: #2E12CE;
--royal-blue-700: #250EA4;
--royal-blue-800: #1A0A75;
--royal-blue-900: #11074B;
--royal-blue-950: #0B042F;
}