Royal Blue
#5830E8
BlueColor Codes
All color formats for development
HEX
#5830E8RGB
rgb(88, 48, 232)HSL
hsl(253, 80%, 55%)OKLCH
oklch(0.493 0.252 281.9)CMYK
cmyk(62%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4519E3
2#3D16CA
3#3614B1
4#2E1197
5#260E7E
6#1F0B65
7#17084C
8#0F0632
9#080319
Tints
Lighter variations
1#6945EA
2#7A5AED
3#8A6EEF
4#9B83F1
5#AC98F4
6#BCACF6
7#CDC1F8
8#DED6FA
9#EEEAFD
Tones
Muted variations
1#5D3ADF
2#6343D6
3#684CCD
4#6D55C3
5#725EBA
6#7768B1
7#7D71A8
8#827A9F
9#878395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA95 #AA95F3 | BordersInactive statesPlaceholder text |
| 400 | 7D5E #7D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5830 #5830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D16 #3D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3112 #3112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230D #230D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #160849 | 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: #F4F1FD;
--royal-blue-100: #E5DFFB;
--royal-blue-200: #CFC3F8;
--royal-blue-300: #AA95F3;
--royal-blue-400: #7D5EED;
--royal-blue-500: #5830E8;
--royal-blue-600: #3D16CA;
--royal-blue-700: #3112A1;
--royal-blue-800: #230D73;
--royal-blue-900: #160849;
--royal-blue-950: #0E052E;
}