Royal Blue
#7D5EED
BlueColor Codes
All color formats for development
HEX
#7D5EEDRGB
rgb(125, 94, 237)HSL
hsl(253, 80%, 65%)OKLCH
oklch(0.589 0.206 288.4)CMYK
cmyk(47%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6541EA
2#4D23E7
3#3F17D1
4#3614B3
5#2D1195
6#240D77
7#1B0A5A
8#12073C
9#09031E
Tints
Lighter variations
1#8A6EEF
2#977EF1
3#A48FF3
4#B19FF4
5#BEAFF6
6#CBBFF8
7#D8CFFA
8#E5DFFB
9#F2EFFD
Tones
Muted variations
1#8165E6
2#856DDF
3#8974D8
4#8D7BD1
5#9282C9
6#9689C2
7#9A90BB
8#9E97B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA95 #AA95F3 | BordersInactive statesPlaceholder text |
| 400 | 7D5E #7D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5830 #5830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D16 #3D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3112 #3112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230D #230D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #160849 | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E5DFFB;
--royal-blue-200: #CFC3F8;
--royal-blue-300: #AA95F3;
--royal-blue-400: #7D5EED;
--royal-blue-500: #5830E8;
--royal-blue-600: #3D16CA;
--royal-blue-700: #3112A1;
--royal-blue-800: #230D73;
--royal-blue-900: #160849;
--royal-blue-950: #0E052E;
}