Royal Blue
#3849E0
BlueColor Codes
All color formats for development
HEX
#3849E0RGB
rgb(56, 73, 224)HSL
hsl(234, 73%, 55%)OKLCH
oklch(0.497 0.226 270.3)CMYK
cmyk(75%, 67%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2235DA
2#1E2FC2
3#1B29AA
4#172392
5#131D79
6#0F1761
7#0B1249
8#080C31
9#040618
Tints
Lighter variations
1#4C5BE3
2#606EE6
3#7480E9
4#8892EC
5#9CA4F0
6#B0B6F3
7#C3C8F6
8#D7DBF9
9#EBEDFC
Tones
Muted variations
1#4150D8
2#4957CF
3#525DC7
4#5A64BF
5#626BB6
6#6B71AE
7#7378A5
8#7B7F9D
9#848695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA2 #9AA2EF | BordersInactive statesPlaceholder text |
| 400 | 6572 #6572E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3849 #3849E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2F #1E2FC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1825 #18259A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111B #111B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B11 #0B1147 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E3FA;
--royal-blue-200: #C6CAF6;
--royal-blue-300: #9AA2EF;
--royal-blue-400: #6572E7;
--royal-blue-500: #3849E0;
--royal-blue-600: #1E2FC2;
--royal-blue-700: #18259A;
--royal-blue-800: #111B6E;
--royal-blue-900: #0B1147;
--royal-blue-950: #070B2C;
}