Royal Blue
#3B4EDE
BlueColor Codes
All color formats for development
HEX
#3B4EDERGB
rgb(59, 78, 222)HSL
hsl(233, 71%, 55%)OKLCH
oklch(0.505 0.218 270.4)CMYK
cmyk(73%, 65%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#253AD8
2#2133C0
3#1C2DA8
4#182690
5#142078
6#101A60
7#0C1348
8#080D30
9#040618
Tints
Lighter variations
1#4E60E1
2#6271E4
3#7683E8
4#8995EB
5#9DA6EE
6#B1B8F2
7#C4CAF5
8#D8DCF8
9#EBEDFC
Tones
Muted variations
1#4354D6
2#4B5ACD
3#5361C5
4#5B67BD
5#646DB5
6#6C73AD
7#747AA5
8#7C809D
9#848694
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 | C6CC #C6CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA4 #9BA4EE | BordersInactive statesPlaceholder text |
| 400 | 6675 #6675E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B4E #3B4EDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2133 #2133C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A29 #1A2999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121D #121D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C13 #0C1346 | Primary textHigh emphasis contentDark headings |
| 950 | 070C #070C2C | 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: #C6CCF5;
--royal-blue-300: #9BA4EE;
--royal-blue-400: #6675E5;
--royal-blue-500: #3B4EDE;
--royal-blue-600: #2133C0;
--royal-blue-700: #1A2999;
--royal-blue-800: #121D6D;
--royal-blue-900: #0C1346;
--royal-blue-950: #070C2C;
}