Royal Blue
#705FEC
BlueColor Codes
All color formats for development
HEX
#705FECRGB
rgb(112, 95, 236)HSL
hsl(247, 79%, 65%)OKLCH
oklch(0.579 0.204 283.5)CMYK
cmyk(53%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5542E9
2#3A24E5
3#2E18D0
4#2715B2
5#211194
6#1A0E77
7#140A59
8#0D073B
9#07031E
Tints
Lighter variations
1#7E6FEE
2#8C7FF0
3#9B8FF2
4#A99FF4
5#B7AFF6
6#C6BFF8
7#D4CFF9
8#E2DFFB
9#F1EFFD
Tones
Muted variations
1#7566E5
2#7B6DDE
3#8074D7
4#857BD0
5#8B82C9
6#908AC2
7#9691BB
8#9B98B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A196 #A196F3 | BordersInactive statesPlaceholder text |
| 400 | 705F #705FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4732 #4732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C18 #2C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2313 #2313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | 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: #F3F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #CAC4F8;
--royal-blue-300: #A196F3;
--royal-blue-400: #705FEC;
--royal-blue-500: #4732E7;
--royal-blue-600: #2C18C9;
--royal-blue-700: #2313A0;
--royal-blue-800: #190D72;
--royal-blue-900: #100949;
--royal-blue-950: #0A052E;
}