Royal Blue
#6130E8
PurpleColor Codes
All color formats for development
HEX
#6130E8RGB
rgb(97, 48, 232)HSL
hsl(256, 80%, 55%)OKLCH
oklch(0.501 0.251 285)CMYK
cmyk(58%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F19E3
2#4616CA
3#3E14B1
4#351197
5#2C0E7E
6#230B65
7#1A084C
8#120632
9#090319
Tints
Lighter variations
1#7145EA
2#815AED
3#916EEF
4#A083F1
5#B098F4
6#C0ACF6
7#D0C1F8
8#DFD6FA
9#EFEAFD
Tones
Muted variations
1#663ADF
2#6A43D6
3#6E4CCD
4#7355C3
5#775EBA
6#7B68B1
7#7F71A8
8#847A9F
9#888395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F3 | BordersInactive statesPlaceholder text |
| 400 | 845E #845EED | Disabled statesSecondary iconsMuted text |
| 500 | 6130 #6130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4616 #4616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3812 #3812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A08 #1A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D1C3F8;
--royal-blue-300: #AE95F3;
--royal-blue-400: #845EED;
--royal-blue-500: #6130E8;
--royal-blue-600: #4616CA;
--royal-blue-700: #3812A1;
--royal-blue-800: #280D73;
--royal-blue-900: #1A0849;
--royal-blue-950: #10052E;
}