Royal Blue
#324DE7
BlueColor Codes
All color formats for development
HEX
#324DE7RGB
rgb(50, 77, 231)HSL
hsl(231, 79%, 55%)OKLCH
oklch(0.508 0.232 268.3)CMYK
cmyk(78%, 67%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B38E2
2#1832C9
3#152CB0
4#122697
5#0F1F7E
6#0C1964
7#09134B
8#060D32
9#030619
Tints
Lighter variations
1#465FE9
2#5B70EC
3#6F82EE
4#8494F1
5#98A6F3
6#ADB8F5
7#C1CAF8
8#D6DBFA
9#EAEDFD
Tones
Muted variations
1#3B53DE
2#4459D5
3#4D60CC
4#5666C3
5#5F6DBA
6#6873B1
7#7179A7
8#7A809E
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 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A4 #96A4F3 | BordersInactive statesPlaceholder text |
| 400 | 5F74 #5F74EC | Disabled statesSecondary iconsMuted text |
| 500 | 324D #324DE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1832 #1832C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1328 #1328A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1C #0D1C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0912 #091249 | 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: #C4CCF8;
--royal-blue-300: #96A4F3;
--royal-blue-400: #5F74EC;
--royal-blue-500: #324DE7;
--royal-blue-600: #1832C9;
--royal-blue-700: #1328A0;
--royal-blue-800: #0D1C72;
--royal-blue-900: #091249;
--royal-blue-950: #050B2E;
}