Royal Blue
#8865E6
PurpleColor Codes
All color formats for development
HEX
#8865E6RGB
rgb(136, 101, 230)HSL
hsl(256, 72%, 65%)OKLCH
oklch(0.605 0.187 292.4)CMYK
cmyk(41%, 56%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7249E1
2#5B2CDD
3#4D20C8
4#421CAB
5#37178F
6#2C1372
7#210E56
8#160939
9#0B051D
Tints
Lighter variations
1#9475E9
2#A084EB
3#AC94EE
4#B7A3F0
5#C3B2F3
6#CFC2F5
7#DBD1F8
8#E7E0FA
9#F3F0FD
Tones
Muted variations
1#8B6CE0
2#8E72D9
3#9179D3
4#947FCC
5#9786C6
6#9A8CBF
7#9D92B9
8#A099B3
9#A39FAC
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 | B19A #B19AEF | BordersInactive statesPlaceholder text |
| 400 | 8865 #8865E6 | Disabled statesSecondary iconsMuted text |
| 500 | 663A #663ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B1F #4B1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B19 #3B199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A12 #2A126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0B #1B0B46 | 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: #B19AEF;
--royal-blue-400: #8865E6;
--royal-blue-500: #663ADF;
--royal-blue-600: #4B1FC1;
--royal-blue-700: #3B199A;
--royal-blue-800: #2A126E;
--royal-blue-900: #1B0B46;
--royal-blue-950: #11072C;
}