Royal Blue
#7F5DEE
BlueColor Codes
All color formats for development
HEX
#7F5DEERGB
rgb(127, 93, 238)HSL
hsl(254, 81%, 65%)OKLCH
oklch(0.59 0.208 289.2)CMYK
cmyk(47%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#673FEB
2#5021E8
3#4216D2
4#3813B4
5#2F1096
6#260D78
7#1C095A
8#13063C
9#09031E
Tints
Lighter variations
1#8C6EF0
2#997EF1
3#A68EF3
4#B29EF5
5#BFAEF7
6#CCBEF8
7#D9CFFA
8#E5DFFC
9#F2EFFD
Tones
Muted variations
1#8365E7
2#876CE0
3#8B73D8
4#8F7AD1
5#9282CA
6#9689C3
7#9A90BB
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 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F4 | BordersInactive statesPlaceholder text |
| 400 | 7F5D #7F5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 5B2F #5B2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4015 #4015CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3311 #3311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240C #240C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #17084A | 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: #D0C3F9;
--royal-blue-300: #AB95F4;
--royal-blue-400: #7F5DEE;
--royal-blue-500: #5B2FE9;
--royal-blue-600: #4015CB;
--royal-blue-700: #3311A2;
--royal-blue-800: #240C73;
--royal-blue-900: #17084A;
--royal-blue-950: #0E052E;
}