Royal Blue
#4949D0
BlueColor Codes
All color formats for development
HEX
#4949D0RGB
rgb(73, 73, 208)HSL
hsl(240, 59%, 55%)OKLCH
oklch(0.492 0.202 276)CMYK
cmyk(65%, 65%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3434C9
2#2E2EB2
3#28289C
4#232386
5#1D1D6F
6#171759
7#111143
8#0C0C2D
9#060616
Tints
Lighter variations
1#5B5BD5
2#6D6DD9
3#7F7FDE
4#9292E3
5#A4A4E7
6#B6B6EC
7#C8C8F1
8#DBDBF6
9#EDEDFA
Tones
Muted variations
1#4F4FC9
2#5656C2
3#5D5DBC
4#6464B5
5#6A6AAE
6#7171A7
7#7878A1
8#7F7F9A
9#858593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E7 | BordersInactive statesPlaceholder text |
| 400 | 7171 #7171DA | Disabled statesSecondary iconsMuted text |
| 500 | 4949 #4949D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E2E #2E2EB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F8;
--royal-blue-200: #CACAF1;
--royal-blue-300: #A2A2E7;
--royal-blue-400: #7171DA;
--royal-blue-500: #4949D0;
--royal-blue-600: #2E2EB2;
--royal-blue-700: #25258E;
--royal-blue-800: #1A1A65;
--royal-blue-900: #111141;
--royal-blue-950: #0A0A29;
}