Royal Blue
#4D32E7
BlueColor Codes
All color formats for development
HEX
#4D32E7RGB
rgb(77, 50, 231)HSL
hsl(249, 79%, 55%)OKLCH
oklch(0.486 0.251 278.2)CMYK
cmyk(67%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#381BE2
2#3218C9
3#2C15B0
4#261297
5#1F0F7E
6#190C64
7#13094B
8#0D0632
9#060319
Tints
Lighter variations
1#5F46E9
2#705BEC
3#826FEE
4#9484F1
5#A698F3
6#B8ADF5
7#CAC1F8
8#DBD6FA
9#EDEAFD
Tones
Muted variations
1#533BDE
2#5944D5
3#604DCC
4#6656C3
5#6D5FBA
6#7368B1
7#7971A7
8#807A9E
9#868395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A496 #A496F3 | BordersInactive statesPlaceholder text |
| 400 | 745F #745FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4D32 #4D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3218 #3218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2813 #2813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0D #1C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1209 #120949 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E3DFFB;
--royal-blue-200: #CCC4F8;
--royal-blue-300: #A496F3;
--royal-blue-400: #745FEC;
--royal-blue-500: #4D32E7;
--royal-blue-600: #3218C9;
--royal-blue-700: #2813A0;
--royal-blue-800: #1C0D72;
--royal-blue-900: #120949;
--royal-blue-950: #0B052E;
}