Royal Blue
#3846E0
BlueColor Codes
All color formats for development
HEX
#3846E0RGB
rgb(56, 70, 224)HSL
hsl(235, 73%, 55%)OKLCH
oklch(0.492 0.23 270.7)CMYK
cmyk(75%, 69%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2231DA
2#1E2CC2
3#1B26AA
4#172192
5#131B79
6#0F1661
7#0B1049
8#080B31
9#040518
Tints
Lighter variations
1#4C59E3
2#606BE6
3#747EE9
4#8890EC
5#9CA3F0
6#B0B5F3
7#C3C8F6
8#D7DAF9
9#EBEDFC
Tones
Muted variations
1#414DD8
2#4954CF
3#525BC7
4#5A62BF
5#6269B6
6#6B70AE
7#7377A5
8#7B7E9D
9#848595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 656F #656FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3846 #3846E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2C #1E2CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1823 #18239A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1119 #11196E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1047 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E2FA;
--royal-blue-200: #C6CAF6;
--royal-blue-300: #9AA1EF;
--royal-blue-400: #656FE7;
--royal-blue-500: #3846E0;
--royal-blue-600: #1E2CC2;
--royal-blue-700: #18239A;
--royal-blue-800: #11196E;
--royal-blue-900: #0B1047;
--royal-blue-950: #070A2C;
}