Royal Blue
#6E1AFF
PurpleColor Codes
All color formats for development
HEX
#6E1AFFRGB
rgb(110, 26, 255)HSL
hsl(262, 100%, 55%)OKLCH
oklch(0.52 0.286 287.4)CMYK
cmyk(57%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D00FC
2#5200E0
3#4800C4
4#3E00A8
5#33008C
6#290070
7#1F0054
8#150038
9#0A001C
Tints
Lighter variations
1#7C30FF
2#8B47FF
3#995EFF
4#A875FF
5#B68CFF
6#C5A3FF
7#D3BAFF
8#E2D1FF
9#F0E8FF
Tones
Muted variations
1#7125F4
2#7430E8
3#773CDD
4#7A47D1
5#7D53C6
6#805EBA
7#836AAF
8#8675A3
9#898198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BD #D5BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B58A #B58AFF | BordersInactive statesPlaceholder text |
| 400 | 8E4D #8E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6E1A #6E1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5200 #5200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4100 #4100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F00 #2F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E00 #1E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1300 #130033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E8DBFF;
--royal-blue-200: #D5BDFF;
--royal-blue-300: #B58AFF;
--royal-blue-400: #8E4DFF;
--royal-blue-500: #6E1AFF;
--royal-blue-600: #5200E0;
--royal-blue-700: #4100B3;
--royal-blue-800: #2F0080;
--royal-blue-900: #1E0052;
--royal-blue-950: #130033;
}