Royal Blue
#6B32E7
PurpleColor Codes
All color formats for development
HEX
#6B32E7RGB
rgb(107, 50, 231)HSL
hsl(259, 79%, 55%)OKLCH
oklch(0.511 0.248 288.6)CMYK
cmyk(54%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A1BE2
2#5018C9
3#4615B0
4#3C1297
5#320F7E
6#280C64
7#1E094B
8#140632
9#0A0319
Tints
Lighter variations
1#7A46E9
2#895BEC
3#976FEE
4#A684F1
5#B598F3
6#C4ADF5
7#D3C1F8
8#E1D6FA
9#F0EAFD
Tones
Muted variations
1#6E3BDE
2#7244D5
3#754DCC
4#7856C3
5#7C5FBA
6#7F68B1
7#8271A7
8#867A9E
9#898395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B396 #B396F3 | BordersInactive statesPlaceholder text |
| 400 | 8C5F #8C5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6B32 #6B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5018 #5018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F13 #3F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0D #2D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E8DFFB;
--royal-blue-200: #D4C4F8;
--royal-blue-300: #B396F3;
--royal-blue-400: #8C5FEC;
--royal-blue-500: #6B32E7;
--royal-blue-600: #5018C9;
--royal-blue-700: #3F13A0;
--royal-blue-800: #2D0D72;
--royal-blue-900: #1D0949;
--royal-blue-950: #12052E;
}