Royal Blue
#6E26F2
PurpleColor Codes
All color formats for development
HEX
#6E26F2RGB
rgb(110, 38, 242)HSL
hsl(261, 89%, 55%)OKLCH
oklch(0.514 0.267 288.8)CMYK
cmyk(55%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D0EEF
2#520CD4
3#480BBA
4#3E099F
5#330885
6#29066A
7#1F0550
8#150335
9#0A021B
Tints
Lighter variations
1#7C3CF4
2#8B51F5
3#9967F6
4#A87DF7
5#B693F9
6#C5A8FA
7#D3BEFB
8#E2D4FC
9#F0E9FE
Tones
Muted variations
1#7130E8
2#743BDE
3#7745D4
4#7A4FCA
5#7D59BF
6#8063B5
7#836EAB
8#8678A1
9#898296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C0 #D5C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B590 #B590F9 | BordersInactive statesPlaceholder text |
| 400 | 8E56 #8E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6E26 #6E26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520C #520CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410A #410AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F07 #2F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044D | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E8DDFD;
--royal-blue-200: #D5C0FB;
--royal-blue-300: #B590F9;
--royal-blue-400: #8E56F5;
--royal-blue-500: #6E26F2;
--royal-blue-600: #520CD4;
--royal-blue-700: #410AA9;
--royal-blue-800: #2F0778;
--royal-blue-900: #1E044D;
--royal-blue-950: #130330;
}