Royal Blue
#3B48DE
BlueColor Codes
All color formats for development
HEX
#3B48DERGB
rgb(59, 72, 222)HSL
hsl(235, 71%, 55%)OKLCH
oklch(0.495 0.224 271.3)CMYK
cmyk(73%, 68%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2534D8
2#212EC0
3#1C28A8
4#182290
5#141D78
6#101760
7#0C1148
8#080B30
9#040618
Tints
Lighter variations
1#4E5BE1
2#626DE4
3#767FE8
4#8991EB
5#9DA4EE
6#B1B6F2
7#C4C8F5
8#D8DAF8
9#EBEDFC
Tones
Muted variations
1#434FD6
2#4B56CD
3#535DC5
4#5B64BD
5#646AB5
6#6C71AD
7#7478A5
8#7C7F9D
9#848594
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 #C6CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA2 #9BA2EE | BordersInactive statesPlaceholder text |
| 400 | 6671 #6671E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B48 #3B48DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 212E #212EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A24 #1A2499 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 121A #121A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C11 #0C1146 | 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: #E0E3FA;
--royal-blue-200: #C6CAF5;
--royal-blue-300: #9BA2EE;
--royal-blue-400: #6671E5;
--royal-blue-500: #3B48DE;
--royal-blue-600: #212EC0;
--royal-blue-700: #1A2499;
--royal-blue-800: #121A6D;
--royal-blue-900: #0C1146;
--royal-blue-950: #070A2C;
}