Royal Blue
#6120F8
PurpleColor Codes
All color formats for development
HEX
#6120F8RGB
rgb(97, 32, 248)HSL
hsl(258, 94%, 55%)OKLCH
oklch(0.504 0.278 283.9)CMYK
cmyk(61%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F08F5
2#4607DA
3#3D06BE
4#3505A3
5#2C0488
6#23036D
7#1A0352
8#120236
9#09011B
Tints
Lighter variations
1#7137F9
2#814DF9
3#9063FA
4#A079FB
5#B090FC
6#C0A6FC
7#D0BCFD
8#DFD2FE
9#EFE9FE
Tones
Muted variations
1#652BED
2#6A36E3
3#6E41D8
4#724CCD
5#7756C2
6#7B61B7
7#7F6CAD
8#8477A2
9#888197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFB | BordersInactive statesPlaceholder text |
| 400 | 8452 #8452FA | Disabled statesSecondary iconsMuted text |
| 500 | 6120 #6120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4607 #4607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3805 #3805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #19024F | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E6DCFE;
--royal-blue-200: #D1BFFD;
--royal-blue-300: #AE8DFB;
--royal-blue-400: #8452FA;
--royal-blue-500: #6120F8;
--royal-blue-600: #4607DA;
--royal-blue-700: #3805AD;
--royal-blue-800: #28047C;
--royal-blue-900: #19024F;
--royal-blue-950: #100231;
}