Royal Blue
#6F20F8
PurpleColor Codes
All color formats for development
HEX
#6F20F8RGB
rgb(111, 32, 248)HSL
hsl(262, 94%, 55%)OKLCH
oklch(0.517 0.277 288.5)CMYK
cmyk(55%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F08F5
2#5407DA
3#4A06BE
4#3F05A3
5#350488
6#2A036D
7#200352
8#150236
9#0B011B
Tints
Lighter variations
1#7E37F9
2#8C4DF9
3#9B63FA
4#A979FB
5#B790FC
6#C6A6FC
7#D4BCFD
8#E2D2FE
9#F1E9FE
Tones
Muted variations
1#722BED
2#7536E3
3#7841D8
4#7B4CCD
5#7E56C2
6#8161B7
7#846CAD
8#8677A2
9#898197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68D #B68DFB | BordersInactive statesPlaceholder text |
| 400 | 8F52 #8F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6F20 #6F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5407 #5407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4305 #4305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F02 #1F024F | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E9DCFE;
--royal-blue-200: #D6BFFD;
--royal-blue-300: #B68DFB;
--royal-blue-400: #8F52FA;
--royal-blue-500: #6F20F8;
--royal-blue-600: #5407DA;
--royal-blue-700: #4305AD;
--royal-blue-800: #30047C;
--royal-blue-900: #1F024F;
--royal-blue-950: #130231;
}