Royal Blue
#6B1EFA
PurpleColor Codes
All color formats for development
HEX
#6B1EFARGB
rgb(107, 30, 250)HSL
hsl(261, 96%, 55%)OKLCH
oklch(0.514 0.28 287)CMYK
cmyk(57%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A05F7
2#5004DC
3#4604C0
4#3C03A5
5#320389
6#28026E
7#1E0252
8#140137
9#0A011B
Tints
Lighter variations
1#7A35FB
2#894BFB
3#9862FC
4#A678FC
5#B58FFD
6#C4A5FD
7#D3BCFE
8#E1D2FE
9#F0E9FF
Tones
Muted variations
1#6F29EF
2#7234E4
3#753FD9
4#784ACE
5#7C55C3
6#7F60B8
7#826BAD
8#8676A2
9#898197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BE #D4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38C #B38CFD | BordersInactive statesPlaceholder text |
| 400 | 8C50 #8C50FB | Disabled statesSecondary iconsMuted text |
| 500 | 6B1E #6B1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5004 #5004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4004 #4004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D03 #2D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D02 #1D0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E8DCFE;
--royal-blue-200: #D4BEFE;
--royal-blue-300: #B38CFD;
--royal-blue-400: #8C50FB;
--royal-blue-500: #6B1EFA;
--royal-blue-600: #5004DC;
--royal-blue-700: #4004AF;
--royal-blue-800: #2D037D;
--royal-blue-900: #1D0250;
--royal-blue-950: #120132;
}