Royal Blue
#8B62EA
PurpleColor Codes
All color formats for development
HEX
#8B62EARGB
rgb(139, 98, 234)HSL
hsl(258, 76%, 65%)OKLCH
oklch(0.606 0.197 293.6)CMYK
cmyk(41%, 58%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7545E6
2#5F28E2
3#511CCC
4#4518AF
5#3A1492
6#2E1075
7#230C58
8#17083A
9#0C041D
Tints
Lighter variations
1#9672EC
2#A281EE
3#AE91F0
4#B9A1F2
5#C5B0F4
6#D0C0F6
7#DCD0F9
8#E8E0FB
9#F3EFFD
Tones
Muted variations
1#8D69E3
2#906FDC
3#9376D5
4#957DCE
5#9884C8
6#9B8BC1
7#9E91BA
8#A098B3
9#A39FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E0 #E8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C5 #D4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B398 #B398F1 | BordersInactive statesPlaceholder text |
| 400 | 8B62 #8B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6935 #6935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1B #4E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C0A #1C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F2FD;
--royal-blue-100: #E8E0FB;
--royal-blue-200: #D4C5F7;
--royal-blue-300: #B398F1;
--royal-blue-400: #8B62EA;
--royal-blue-500: #6935E3;
--royal-blue-600: #4E1BC5;
--royal-blue-700: #3E159D;
--royal-blue-800: #2C0F70;
--royal-blue-900: #1C0A48;
--royal-blue-950: #12062D;
}