Royal Blue
#7D5DEE
BlueColor Codes
All color formats for development
HEX
#7D5DEERGB
rgb(125, 93, 238)HSL
hsl(253, 81%, 65%)OKLCH
oklch(0.589 0.208 288.5)CMYK
cmyk(47%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#653FEB
2#4C21E8
3#3F16D2
4#3613B4
5#2D1096
6#240D78
7#1B095A
8#12063C
9#09031E
Tints
Lighter variations
1#8A6EF0
2#977EF1
3#A48EF3
4#B19EF5
5#BEAEF7
6#CBBEF8
7#D8CFFA
8#E5DFFC
9#F2EFFD
Tones
Muted variations
1#8165E7
2#856CE0
3#8973D8
4#8D7AD1
5#9182CA
6#9589C3
7#9990BB
8#9E97B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A995 #A995F4 | BordersInactive statesPlaceholder text |
| 400 | 7D5D #7D5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 582F #582FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D15 #3D15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3011 #3011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220C #220C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #16084A | 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: #F4F1FE;
--royal-blue-100: #E5DFFC;
--royal-blue-200: #CFC3F9;
--royal-blue-300: #A995F4;
--royal-blue-400: #7D5DEE;
--royal-blue-500: #582FE9;
--royal-blue-600: #3D15CB;
--royal-blue-700: #3011A2;
--royal-blue-800: #220C73;
--royal-blue-900: #16084A;
--royal-blue-950: #0E052E;
}