Royal Blue
#324AE7
BlueColor Codes
All color formats for development
HEX
#324AE7RGB
rgb(50, 74, 231)HSL
hsl(232, 79%, 55%)OKLCH
oklch(0.503 0.235 268.7)CMYK
cmyk(78%, 68%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B35E2
2#182FC9
3#1529B0
4#122397
5#0F1D7E
6#0C1864
7#09124B
8#060C32
9#030619
Tints
Lighter variations
1#465CE9
2#5B6EEC
3#6F80EE
4#8492F1
5#98A4F3
6#ADB7F5
7#C1C9F8
8#D6DBFA
9#EAEDFD
Tones
Muted variations
1#3B50DE
2#4457D5
3#4D5ECC
4#5664C3
5#5F6BBA
6#6872B1
7#7178A7
8#7A7F9E
9#838695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A2 #96A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5F72 #5F72EC | Disabled statesSecondary iconsMuted text |
| 500 | 324A #324AE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 182F #182FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1326 #1326A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1B #0D1B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE3FB;
--royal-blue-200: #C4CBF8;
--royal-blue-300: #96A2F3;
--royal-blue-400: #5F72EC;
--royal-blue-500: #324AE7;
--royal-blue-600: #182FC9;
--royal-blue-700: #1326A0;
--royal-blue-800: #0D1B72;
--royal-blue-900: #091149;
--royal-blue-950: #050B2E;
}