Royal Blue
#8B4DFF
PurpleColor Codes
All color formats for development
HEX
#8B4DFFRGB
rgb(139, 77, 255)HSL
hsl(261, 100%, 65%)OKLCH
oklch(0.593 0.247 293.3)CMYK
cmyk(45%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#752BFF
2#600AFF
3#5100E8
4#4600C7
5#3A00A6
6#2E0085
7#230063
8#170042
9#0C0021
Tints
Lighter variations
1#975EFF
2#A270FF
3#AE82FF
4#B994FF
5#C5A6FF
6#D1B8FF
7#DCC9FF
8#E8DBFF
9#F3EDFF
Tones
Muted variations
1#8E55F6
2#905EED
3#9367E4
4#9670DB
5#9879D2
6#9B82C9
7#9E8BC1
8#A094B8
9#A39DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B38A #B38AFF | BordersInactive statesPlaceholder text |
| 400 | 8B4D #8B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6A1A #6A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F00 #4F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E00 #3E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D00 #2D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D00 #1D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1200 #120033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E8DBFF;
--royal-blue-200: #D4BDFF;
--royal-blue-300: #B38AFF;
--royal-blue-400: #8B4DFF;
--royal-blue-500: #6A1AFF;
--royal-blue-600: #4F00E0;
--royal-blue-700: #3E00B3;
--royal-blue-800: #2D0080;
--royal-blue-900: #1D0052;
--royal-blue-950: #120033;
}