Royal Blue
#3049E8
BlueColor Codes
All color formats for development
HEX
#3049E8RGB
rgb(48, 73, 232)HSL
hsl(232, 80%, 55%)OKLCH
oklch(0.501 0.238 268.4)CMYK
cmyk(79%, 69%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1934E3
2#162ECA
3#1429B1
4#112397
5#0E1D7E
6#0B1765
7#08114C
8#060C32
9#030619
Tints
Lighter variations
1#455BEA
2#5A6DED
3#6E80EF
4#8392F1
5#98A4F4
6#ACB6F6
7#C1C8F8
8#D6DBFA
9#EAEDFD
Tones
Muted variations
1#3A50DF
2#4356D6
3#4C5DCD
4#5564C3
5#5E6BBA
6#6871B1
7#7178A8
8#7A7F9F
9#838695
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 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5E71 #5E71ED | Disabled statesSecondary iconsMuted text |
| 500 | 3049 #3049E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162E #162ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1225 #1225A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1A #0D1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #081149 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | 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: #C3CAF8;
--royal-blue-300: #95A2F3;
--royal-blue-400: #5E71ED;
--royal-blue-500: #3049E8;
--royal-blue-600: #162ECA;
--royal-blue-700: #1225A1;
--royal-blue-800: #0D1A73;
--royal-blue-900: #081149;
--royal-blue-950: #050B2E;
}