Royal Blue
#8957F4
PurpleColor Codes
All color formats for development
HEX
#8957F4RGB
rgb(137, 87, 244)HSL
hsl(259, 88%, 65%)OKLCH
oklch(0.595 0.223 293)CMYK
cmyk(44%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7338F2
2#5D19F0
3#4F0EDA
4#430CBB
5#380A9C
6#2D087D
7#22065D
8#16043E
9#0B021F
Tints
Lighter variations
1#9568F5
2#A179F6
3#AC8AF8
4#B89AF9
5#C4ABFA
6#D0BCFB
7#DCCDFC
8#E7DDFD
9#F3EEFE
Tones
Muted variations
1#8C5FEC
2#8F67E5
3#926FDD
4#9477D5
5#977ECD
6#9A86C5
7#9D8EBD
8#A096B5
9#A39EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C1 #D3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B191 #B191F8 | BordersInactive statesPlaceholder text |
| 400 | 8957 #8957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6727 #6727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0D #4C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0B #3C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B08 #2B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C05 #1C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E7DDFD;
--royal-blue-200: #D3C1FB;
--royal-blue-300: #B191F8;
--royal-blue-400: #8957F4;
--royal-blue-500: #6727F1;
--royal-blue-600: #4C0DD3;
--royal-blue-700: #3C0BA8;
--royal-blue-800: #2B0878;
--royal-blue-900: #1C054D;
--royal-blue-950: #110330;
}