Royal Blue
#702FE9
PurpleColor Codes
All color formats for development
HEX
#702FE9RGB
rgb(112, 47, 233)HSL
hsl(261, 81%, 55%)OKLCH
oklch(0.515 0.252 290.3)CMYK
cmyk(52%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6018E4
2#5515CB
3#4A13B2
4#401098
5#350D7F
6#2A0B66
7#20084C
8#150533
9#0B0319
Tints
Lighter variations
1#7F44EB
2#8D59EE
3#9B6EF0
4#A982F2
5#B897F4
6#C6ACF6
7#D4C1F8
8#E2D5FB
9#F1EAFD
Tones
Muted variations
1#7339E0
2#7642D7
3#794BCD
4#7C54C4
5#7E5EBB
6#8167B1
7#8470A8
8#877A9F
9#898396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F4 | BordersInactive statesPlaceholder text |
| 400 | 905D #905DEE | Disabled statesSecondary iconsMuted text |
| 500 | 702F #702FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5515 #5515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4411 #4411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300C #300C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F084A | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E9DFFC;
--royal-blue-200: #D6C3F9;
--royal-blue-300: #B695F4;
--royal-blue-400: #905DEE;
--royal-blue-500: #702FE9;
--royal-blue-600: #5515CB;
--royal-blue-700: #4411A2;
--royal-blue-800: #300C73;
--royal-blue-900: #1F084A;
--royal-blue-950: #13052E;
}