Royal Blue
#4432E7
BlueColor Codes
All color formats for development
HEX
#4432E7RGB
rgb(68, 50, 231)HSL
hsl(246, 79%, 55%)OKLCH
oklch(0.479 0.253 275.5)CMYK
cmyk(71%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1BE2
2#2918C9
3#2415B0
4#1F1297
5#1A0F7E
6#150C64
7#0F094B
8#0A0632
9#050319
Tints
Lighter variations
1#5646E9
2#695BEC
3#7C6FEE
4#8F84F1
5#A198F3
6#B4ADF5
7#C7C1F8
8#DAD6FA
9#ECEAFD
Tones
Muted variations
1#4B3BDE
2#5244D5
3#594DCC
4#6156C3
5#685FBA
6#6F68B1
7#7671A7
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 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F96 #9F96F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5F #6D5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4432 #4432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2918 #2918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2113 #2113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | 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: #C9C4F8;
--royal-blue-300: #9F96F3;
--royal-blue-400: #6D5FEC;
--royal-blue-500: #4432E7;
--royal-blue-600: #2918C9;
--royal-blue-700: #2113A0;
--royal-blue-800: #170D72;
--royal-blue-900: #0F0949;
--royal-blue-950: #09052E;
}