Royal Blue
#6532E7
PurpleColor Codes
All color formats for development
HEX
#6532E7RGB
rgb(101, 50, 231)HSL
hsl(257, 79%, 55%)OKLCH
oklch(0.505 0.248 286.4)CMYK
cmyk(56%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#531BE2
2#4A18C9
3#4115B0
4#371297
5#2E0F7E
6#250C64
7#1C094B
8#120632
9#090319
Tints
Lighter variations
1#7446E9
2#845BEC
3#936FEE
4#A384F1
5#B298F3
6#C1ADF5
7#D1C1F8
8#E0D6FA
9#F0EAFD
Tones
Muted variations
1#693BDE
2#6D44D5
3#714DCC
4#7556C3
5#795FBA
6#7D68B1
7#8071A7
8#847A9E
9#888395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B096 #B096F3 | BordersInactive statesPlaceholder text |
| 400 | 875F #875FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6532 #6532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A18 #4A18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B13 #3B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0D #2A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B09 #1B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E7DFFB;
--royal-blue-200: #D3C4F8;
--royal-blue-300: #B096F3;
--royal-blue-400: #875FEC;
--royal-blue-500: #6532E7;
--royal-blue-600: #4A18C9;
--royal-blue-700: #3B13A0;
--royal-blue-800: #2A0D72;
--royal-blue-900: #1B0949;
--royal-blue-950: #11052E;
}