Royal Blue
#3475E5
BlueColor Codes
All color formats for development
HEX
#3475E5RGB
rgb(52, 117, 229)HSL
hsl(218, 77%, 55%)OKLCH
oklch(0.582 0.183 260.5)CMYK
cmyk(77%, 49%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D64DF
2#1A59C7
3#174EAE
4#134395
5#10387C
6#0D2D63
7#0A214A
8#061632
9#030B19
Tints
Lighter variations
1#4883E7
2#5D90EA
3#719EED
4#85ACEF
5#99BAF2
6#AEC8F4
7#C2D6F7
8#D6E3FA
9#EBF1FC
Tones
Muted variations
1#3D77DC
2#4679D3
3#4E7CCA
4#577EC1
5#6080B8
6#6983B0
7#7285A7
8#7B889E
9#838A95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B8 #97B8F2 | BordersInactive statesPlaceholder text |
| 400 | 6193 #6193EA | Disabled statesSecondary iconsMuted text |
| 500 | 3475 #3475E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A59 #1A59C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1547 #15479E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F33 #0F3371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092048 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFE9FB;
--royal-blue-200: #C4D7F7;
--royal-blue-300: #97B8F2;
--royal-blue-400: #6193EA;
--royal-blue-500: #3475E5;
--royal-blue-600: #1A59C7;
--royal-blue-700: #15479E;
--royal-blue-800: #0F3371;
--royal-blue-900: #092048;
--royal-blue-950: #06142D;
}