Royal Blue
#5332E7
BlueColor Codes
All color formats for development
HEX
#5332E7RGB
rgb(83, 50, 231)HSL
hsl(251, 79%, 55%)OKLCH
oklch(0.49 0.25 280.2)CMYK
cmyk(64%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F1BE2
2#3818C9
3#3115B0
4#2A1297
5#230F7E
6#1C0C64
7#15094B
8#0E0632
9#070319
Tints
Lighter variations
1#6446E9
2#755BEC
3#866FEE
4#9884F1
5#A998F3
6#BAADF5
7#CBC1F8
8#DDD6FA
9#EEEAFD
Tones
Muted variations
1#593BDE
2#5E44D5
3#644DCC
4#6A56C3
5#705FBA
6#7568B1
7#7B71A7
8#817A9E
9#878395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A796 #A796F3 | BordersInactive statesPlaceholder text |
| 400 | 795F #795FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5332 #5332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3818 #3818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D13 #2D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200D #200D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CDC4F8;
--royal-blue-300: #A796F3;
--royal-blue-400: #795FEC;
--royal-blue-500: #5332E7;
--royal-blue-600: #3818C9;
--royal-blue-700: #2D13A0;
--royal-blue-800: #200D72;
--royal-blue-900: #140949;
--royal-blue-950: #0D052E;
}