Royal Blue
#8738E0
PurpleColor Codes
All color formats for development
HEX
#8738E0RGB
rgb(135, 56, 224)HSL
hsl(268, 73%, 55%)OKLCH
oklch(0.54 0.236 299.7)CMYK
cmyk(40%, 75%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7822DA
2#6B1EC2
3#5D1BAA
4#501792
5#431379
6#350F61
7#280B49
8#1B0831
9#0D0418
Tints
Lighter variations
1#934CE3
2#9F60E6
3#AB74E9
4#B788EC
5#C39CF0
6#CFB0F3
7#DBC3F6
8#E7D7F9
9#F3EBFC
Tones
Muted variations
1#8741D8
2#8849CF
3#8852C7
4#895ABF
5#8962B6
6#8A6BAE
7#8B73A5
8#8B7B9D
9#8C8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC6 #DCC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C19A #C19AEF | BordersInactive statesPlaceholder text |
| 400 | A165 #A165E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8738 #8738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1E #6B1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5518 #55189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D11 #3D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 270B #270B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1807 #18072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F2FD;
--royal-blue-100: #ECE0FA;
--royal-blue-200: #DCC6F6;
--royal-blue-300: #C19AEF;
--royal-blue-400: #A165E7;
--royal-blue-500: #8738E0;
--royal-blue-600: #6B1EC2;
--royal-blue-700: #55189A;
--royal-blue-800: #3D116E;
--royal-blue-900: #270B47;
--royal-blue-950: #18072C;
}