Royal Blue
#345AE5
BlueColor Codes
All color formats for development
HEX
#345AE5RGB
rgb(52, 90, 229)HSL
hsl(227, 77%, 55%)OKLCH
oklch(0.529 0.215 266.8)CMYK
cmyk(77%, 61%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D47DF
2#1A3FC7
3#1737AE
4#132F95
5#10287C
6#0D2063
7#0A184A
8#061032
9#030819
Tints
Lighter variations
1#486BE7
2#5D7BEA
3#718CED
4#859CEF
5#99ADF2
6#AEBDF4
7#C2CEF7
8#D6DEFA
9#EBEFFC
Tones
Muted variations
1#3D5FDC
2#4664D3
3#4E69CA
4#576EC1
5#6073B8
6#6978B0
7#727DA7
8#7B829E
9#838795
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AB #97ABF2 | BordersInactive statesPlaceholder text |
| 400 | 617F #617FEA | Disabled statesSecondary iconsMuted text |
| 500 | 345A #345AE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A3F #1A3FC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1532 #15329E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F24 #0F2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091748 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE5FB;
--royal-blue-200: #C4CFF7;
--royal-blue-300: #97ABF2;
--royal-blue-400: #617FEA;
--royal-blue-500: #345AE5;
--royal-blue-600: #1A3FC7;
--royal-blue-700: #15329E;
--royal-blue-800: #0F2471;
--royal-blue-900: #091748;
--royal-blue-950: #060E2D;
}