Royal Blue
#3046E8
BlueColor Codes
All color formats for development
HEX
#3046E8RGB
rgb(48, 70, 232)HSL
hsl(233, 80%, 55%)OKLCH
oklch(0.497 0.241 268.7)CMYK
cmyk(79%, 70%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1931E3
2#162BCA
3#1426B1
4#112197
5#0E1B7E
6#0B1665
7#08104C
8#060B32
9#030519
Tints
Lighter variations
1#4558EA
2#5A6BED
3#6E7DEF
4#8390F1
5#98A2F4
6#ACB5F6
7#C1C7F8
8#D6DAFA
9#EAECFD
Tones
Muted variations
1#3A4DDF
2#4354D6
3#4C5BCD
4#5562C3
5#5E69BA
6#6870B1
7#7177A8
8#7A7E9F
9#838595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E6F #5E6FED | Disabled statesSecondary iconsMuted text |
| 500 | 3046 #3046E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162B #162BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1223 #1223A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0810 #081049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C3CAF8;
--royal-blue-300: #95A0F3;
--royal-blue-400: #5E6FED;
--royal-blue-500: #3046E8;
--royal-blue-600: #162BCA;
--royal-blue-700: #1223A1;
--royal-blue-800: #0D1973;
--royal-blue-900: #081049;
--royal-blue-950: #050A2E;
}