Royal Blue
#845EED
PurpleColor Codes
All color formats for development
HEX
#845EEDRGB
rgb(132, 94, 237)HSL
hsl(256, 80%, 65%)OKLCH
oklch(0.596 0.205 291.1)CMYK
cmyk(44%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E41EA
2#5723E7
3#4917D1
4#3E14B3
5#341195
6#2A0D77
7#1F0A5A
8#15073C
9#0A031E
Tints
Lighter variations
1#916EEF
2#9D7EF1
3#A98FF3
4#B59FF4
5#C2AFF6
6#CEBFF8
7#DACFFA
8#E6DFFB
9#F3EFFD
Tones
Muted variations
1#8865E6
2#8B6DDF
3#8E74D8
4#927BD1
5#9582C9
6#9889C2
7#9C90BB
8#9F97B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F3 | BordersInactive statesPlaceholder text |
| 400 | 845E #845EED | Disabled statesSecondary iconsMuted text |
| 500 | 6130 #6130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4616 #4616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3812 #3812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A08 #1A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D1C3F8;
--royal-blue-300: #AE95F3;
--royal-blue-400: #845EED;
--royal-blue-500: #6130E8;
--royal-blue-600: #4616CA;
--royal-blue-700: #3812A1;
--royal-blue-800: #280D73;
--royal-blue-900: #1A0849;
--royal-blue-950: #10052E;
}