Royal Blue
#8F62EA
PurpleColor Codes
All color formats for development
HEX
#8F62EARGB
rgb(143, 98, 234)HSL
hsl(260, 76%, 65%)OKLCH
oklch(0.61 0.197 295.2)CMYK
cmyk(39%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A45E6
2#6628E2
3#571CCC
4#4A18AF
5#3E1492
6#321075
7#250C58
8#19083A
9#0C041D
Tints
Lighter variations
1#9A72EC
2#A681EE
3#B191F0
4#BCA1F2
5#C7B0F4
6#D2C0F6
7#DDD0F9
8#E9E0FB
9#F4EFFD
Tones
Muted variations
1#9169E3
2#946FDC
3#9676D5
4#987DCE
5#9A84C8
6#9D8BC1
7#9F91BA
8#A198B3
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B598 #B598F1 | BordersInactive statesPlaceholder text |
| 400 | 8F62 #8F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F35 #6F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541B #541BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4315 #43159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300F #300F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E0A #1E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F2FD;
--royal-blue-100: #E9E0FB;
--royal-blue-200: #D5C5F7;
--royal-blue-300: #B598F1;
--royal-blue-400: #8F62EA;
--royal-blue-500: #6F35E3;
--royal-blue-600: #541BC5;
--royal-blue-700: #43159D;
--royal-blue-800: #300F70;
--royal-blue-900: #1E0A48;
--royal-blue-950: #13062D;
}