Royal Blue
#865DEE
PurpleColor Codes
All color formats for development
HEX
#865DEERGB
rgb(134, 93, 238)HSL
hsl(257, 81%, 65%)OKLCH
oklch(0.597 0.208 291.9)CMYK
cmyk(44%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#703FEB
2#5A21E8
3#4B16D2
4#4113B4
5#361096
6#2B0D78
7#20095A
8#16063C
9#0B031E
Tints
Lighter variations
1#926EF0
2#9F7EF1
3#AB8EF3
4#B79EF5
5#C3AEF7
6#CFBEF8
7#DBCFFA
8#E7DFFC
9#F3EFFD
Tones
Muted variations
1#8A65E7
2#8D6CE0
3#9073D8
4#937AD1
5#9682CA
6#9989C3
7#9C90BB
8#9F97B4
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C3 #D2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B095 #B095F4 | BordersInactive statesPlaceholder text |
| 400 | 865D #865DEE | Disabled statesSecondary iconsMuted text |
| 500 | 642F #642FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4915 #4915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A11 #3A11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290C #290C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A08 #1A084A | 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: #F5F1FE;
--royal-blue-100: #E7DFFC;
--royal-blue-200: #D2C3F9;
--royal-blue-300: #B095F4;
--royal-blue-400: #865DEE;
--royal-blue-500: #642FE9;
--royal-blue-600: #4915CB;
--royal-blue-700: #3A11A2;
--royal-blue-800: #290C73;
--royal-blue-900: #1A084A;
--royal-blue-950: #11052E;
}