Royal Blue
#6820F8
PurpleColor Codes
All color formats for development
HEX
#6820F8RGB
rgb(104, 32, 248)HSL
hsl(260, 94%, 55%)OKLCH
oklch(0.51 0.277 286.2)CMYK
cmyk(58%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5708F5
2#4D07DA
3#4306BE
4#3A05A3
5#300488
6#27036D
7#1D0352
8#130236
9#0A011B
Tints
Lighter variations
1#7737F9
2#864DF9
3#9663FA
4#A579FB
5#B490FC
6#C3A6FC
7#D2BCFD
8#E1D2FE
9#F0E9FE
Tones
Muted variations
1#6C2BED
2#6F36E3
3#7341D8
4#774CCD
5#7A56C2
6#7E61B7
7#816CAD
8#8577A2
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 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28D #B28DFB | BordersInactive statesPlaceholder text |
| 400 | 8A52 #8A52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6820 #6820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D07 #4D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D05 #3D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C02 #1C024F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | 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: #D3BFFD;
--royal-blue-300: #B28DFB;
--royal-blue-400: #8A52FA;
--royal-blue-500: #6820F8;
--royal-blue-600: #4D07DA;
--royal-blue-700: #3D05AD;
--royal-blue-800: #2C047C;
--royal-blue-900: #1C024F;
--royal-blue-950: #120231;
}