Royal Blue
#6538E0
PurpleColor Codes
All color formats for development
HEX
#6538E0RGB
rgb(101, 56, 224)HSL
hsl(256, 73%, 55%)OKLCH
oklch(0.505 0.235 286.9)CMYK
cmyk(55%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5322DA
2#4A1EC2
3#411BAA
4#371792
5#2E1379
6#250F61
7#1C0B49
8#120831
9#090418
Tints
Lighter variations
1#754CE3
2#8460E6
3#9374E9
4#A388EC
5#B29CF0
6#C1B0F3
7#D1C3F6
8#E0D7F9
9#F0EBFC
Tones
Muted variations
1#6941D8
2#6D49CF
3#7152C7
4#755ABF
5#7962B6
6#7D6BAE
7#8173A5
8#847B9D
9#888495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C6 #D3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B09A #B09AEF | BordersInactive statesPlaceholder text |
| 400 | 8765 #8765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 6538 #6538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A1E #4A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B18 #3B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A11 #2A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0B #1B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1107 #11072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F2FD;
--royal-blue-100: #E7E0FA;
--royal-blue-200: #D3C6F6;
--royal-blue-300: #B09AEF;
--royal-blue-400: #8765E7;
--royal-blue-500: #6538E0;
--royal-blue-600: #4A1EC2;
--royal-blue-700: #3B189A;
--royal-blue-800: #2A116E;
--royal-blue-900: #1B0B47;
--royal-blue-950: #11072C;
}