Royal Blue
#3449E5
BlueColor Codes
All color formats for development
HEX
#3449E5RGB
rgb(52, 73, 229)HSL
hsl(233, 77%, 55%)OKLCH
oklch(0.5 0.233 269.3)CMYK
cmyk(77%, 68%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D34DF
2#1A2EC7
3#1728AE
4#132295
5#101D7C
6#0D1763
7#0A114A
8#060B32
9#030619
Tints
Lighter variations
1#485BE7
2#5D6DEA
3#717FED
4#8592EF
5#99A4F2
6#AEB6F4
7#C2C8F7
8#D6DBFA
9#EBEDFC
Tones
Muted variations
1#3D4FDC
2#4656D3
3#4E5DCA
4#5764C1
5#606AB8
6#6971B0
7#7278A7
8#7B7F9E
9#838595
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 | C4CA #C4CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A2 #97A2F2 | BordersInactive statesPlaceholder text |
| 400 | 6171 #6171EA | Disabled statesSecondary iconsMuted text |
| 500 | 3449 #3449E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A2E #1A2EC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1525 #15259E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1A #0F1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091148 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | 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: #C4CAF7;
--royal-blue-300: #97A2F2;
--royal-blue-400: #6171EA;
--royal-blue-500: #3449E5;
--royal-blue-600: #1A2EC7;
--royal-blue-700: #15259E;
--royal-blue-800: #0F1A71;
--royal-blue-900: #091148;
--royal-blue-950: #060A2D;
}