Royal Blue
#895EED
PurpleColor Codes
All color formats for development
HEX
#895EEDRGB
rgb(137, 94, 237)HSL
hsl(258, 80%, 65%)OKLCH
oklch(0.6 0.206 293)CMYK
cmyk(42%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7341EA
2#5D23E7
3#4F17D1
4#4414B3
5#381195
6#2D0D77
7#220A5A
8#17073C
9#0B031E
Tints
Lighter variations
1#956EEF
2#A17EF1
3#AD8FF3
4#B89FF4
5#C4AFF6
6#D0BFF8
7#DCCFFA
8#E7DFFB
9#F3EFFD
Tones
Muted variations
1#8C65E6
2#8F6DDF
3#9274D8
4#957BD1
5#9782C9
6#9A89C2
7#9D90BB
8#A097B4
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C3 #D3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B295 #B295F3 | BordersInactive statesPlaceholder text |
| 400 | 895E #895EED | Disabled statesSecondary iconsMuted text |
| 500 | 6830 #6830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C16 #4C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D12 #3D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0D #2B0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C08 #1C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E7DFFB;
--royal-blue-200: #D3C3F8;
--royal-blue-300: #B295F3;
--royal-blue-400: #895EED;
--royal-blue-500: #6830E8;
--royal-blue-600: #4C16CA;
--royal-blue-700: #3D12A1;
--royal-blue-800: #2B0D73;
--royal-blue-900: #1C0849;
--royal-blue-950: #11052E;
}