Royal Blue
#323BE7
BlueColor Codes
All color formats for development
HEX
#323BE7RGB
rgb(50, 59, 231)HSL
hsl(237, 79%, 55%)OKLCH
oklch(0.481 0.25 270.1)CMYK
cmyk(78%, 74%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B24E2
2#1820C9
3#151CB0
4#121897
5#0F147E
6#0C1064
7#090C4B
8#060832
9#030419
Tints
Lighter variations
1#464EE9
2#5B62EC
3#6F76EE
4#8489F1
5#989DF3
6#ADB0F5
7#C1C4F8
8#D6D8FA
9#EAEBFD
Tones
Muted variations
1#3B43DE
2#444BD5
3#4D53CC
4#565BC3
5#5F63BA
6#686CB1
7#7174A7
8#7A7C9E
9#838495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969B #969BF3 | BordersInactive statesPlaceholder text |
| 400 | 5F66 #5F66EC | Disabled statesSecondary iconsMuted text |
| 500 | 323B #323BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1820 #1820C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 131A #131AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090C #090C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE0FB;
--royal-blue-200: #C4C6F8;
--royal-blue-300: #969BF3;
--royal-blue-400: #5F66EC;
--royal-blue-500: #323BE7;
--royal-blue-600: #1820C9;
--royal-blue-700: #131AA0;
--royal-blue-800: #0D1272;
--royal-blue-900: #090C49;
--royal-blue-950: #05072E;
}