Royal Blue
#6D2FE9
PurpleColor Codes
All color formats for development
HEX
#6D2FE9RGB
rgb(109, 47, 233)HSL
hsl(260, 81%, 55%)OKLCH
oklch(0.512 0.252 289.3)CMYK
cmyk(53%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C18E4
2#5215CB
3#4813B2
4#3D1098
5#330D7F
6#290B66
7#1F084C
8#140533
9#0A0319
Tints
Lighter variations
1#7C44EB
2#8A59EE
3#996EF0
4#A882F2
5#B697F4
6#C5ACF6
7#D3C1F8
8#E2D5FB
9#F0EAFD
Tones
Muted variations
1#7039E0
2#7342D7
3#774BCD
4#7A54C4
5#7D5EBB
6#8067B1
7#8370A8
8#867A9F
9#898396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C3 #D5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F4 | BordersInactive statesPlaceholder text |
| 400 | 8E5D #8E5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6D2F #6D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5215 #5215CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4111 #4111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0C #2F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E084A | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E8DFFC;
--royal-blue-200: #D5C3F9;
--royal-blue-300: #B595F4;
--royal-blue-400: #8E5DEE;
--royal-blue-500: #6D2FE9;
--royal-blue-600: #5215CB;
--royal-blue-700: #4111A2;
--royal-blue-800: #2F0C73;
--royal-blue-900: #1E084A;
--royal-blue-950: #13052E;
}