Royal Blue
#4732E7
BlueColor Codes
All color formats for development
HEX
#4732E7RGB
rgb(71, 50, 231)HSL
hsl(247, 79%, 55%)OKLCH
oklch(0.481 0.253 276.4)CMYK
cmyk(69%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#321BE2
2#2C18C9
3#2715B0
4#211297
5#1C0F7E
6#160C64
7#11094B
8#0B0632
9#060319
Tints
Lighter variations
1#5946E9
2#6C5BEC
3#7E6FEE
4#9084F1
5#A398F3
6#B5ADF5
7#C8C1F8
8#DAD6FA
9#EDEAFD
Tones
Muted variations
1#4E3BDE
2#5544D5
3#5C4DCC
4#6356C3
5#695FBA
6#7068B1
7#7771A7
8#7E7A9E
9#858395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A196 #A196F3 | BordersInactive statesPlaceholder text |
| 400 | 705F #705FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4732 #4732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C18 #2C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2313 #2313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #CAC4F8;
--royal-blue-300: #A196F3;
--royal-blue-400: #705FEC;
--royal-blue-500: #4732E7;
--royal-blue-600: #2C18C9;
--royal-blue-700: #2313A0;
--royal-blue-800: #190D72;
--royal-blue-900: #100949;
--royal-blue-950: #0A052E;
}