Royal Blue
#343AE5
BlueColor Codes
All color formats for development
HEX
#343AE5RGB
rgb(52, 58, 229)HSL
hsl(238, 77%, 55%)OKLCH
oklch(0.478 0.248 270.7)CMYK
cmyk(77%, 75%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D24DF
2#1A20C7
3#171CAE
4#131895
5#10147C
6#0D1063
7#0A0C4A
8#060832
9#030419
Tints
Lighter variations
1#484EE7
2#5D61EA
3#7175ED
4#8589EF
5#999CF2
6#AEB0F4
7#C2C4F7
8#D6D8FA
9#EBEBFC
Tones
Muted variations
1#3D42DC
2#464AD3
3#4E53CA
4#575BC1
5#6063B8
6#696BB0
7#7274A7
8#7B7C9E
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 #C4C6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6166 #6166EA | Disabled statesSecondary iconsMuted text |
| 500 | 343A #343AE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A20 #1A20C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1519 #15199E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F12 #0F1271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | 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: #C4C6F7;
--royal-blue-300: #979AF2;
--royal-blue-400: #6166EA;
--royal-blue-500: #343AE5;
--royal-blue-600: #1A20C7;
--royal-blue-700: #15199E;
--royal-blue-800: #0F1271;
--royal-blue-900: #090B48;
--royal-blue-950: #06072D;
}