Royal Blue
#875EED
PurpleColor Codes
All color formats for development
HEX
#875EEDRGB
rgb(135, 94, 237)HSL
hsl(257, 80%, 65%)OKLCH
oklch(0.598 0.206 292.3)CMYK
cmyk(43%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7041EA
2#5A23E7
3#4C17D1
4#4114B3
5#361195
6#2B0D77
7#200A5A
8#16073C
9#0B031E
Tints
Lighter variations
1#936EEF
2#9F7EF1
3#AB8FF3
4#B79FF4
5#C3AFF6
6#CFBFF8
7#DBCFFA
8#E7DFFB
9#F3EFFD
Tones
Muted variations
1#8A65E6
2#8D6DDF
3#9074D8
4#937BD1
5#9682C9
6#9989C2
7#9C90BB
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 | D2C3 #D2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B095 #B095F3 | BordersInactive statesPlaceholder text |
| 400 | 875E #875EED | Disabled statesSecondary iconsMuted text |
| 500 | 6430 #6430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4916 #4916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A12 #3A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0D #2A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B08 #1B0849 | 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: #D2C3F8;
--royal-blue-300: #B095F3;
--royal-blue-400: #875EED;
--royal-blue-500: #6430E8;
--royal-blue-600: #4916CA;
--royal-blue-700: #3A12A1;
--royal-blue-800: #2A0D73;
--royal-blue-900: #1B0849;
--royal-blue-950: #11052E;
}