Royal Blue
#3E4BDA
BlueColor Codes
All color formats for development
HEX
#3E4BDARGB
rgb(62, 75, 218)HSL
hsl(235, 68%, 55%)OKLCH
oklch(0.498 0.215 271.8)CMYK
cmyk(72%, 66%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2837D4
2#2431BC
3#1F2BA5
4#1B248D
5#161E76
6#12185E
7#0D1247
8#090C2F
9#040618
Tints
Lighter variations
1#515DDE
2#656FE2
3#7881E5
4#8B93E9
5#9FA5ED
6#B2B7F0
7#C5C9F4
8#D8DBF8
9#ECEDFB
Tones
Muted variations
1#4652D2
2#4E58CB
3#565FC3
4#5D65BB
5#656CB3
6#6D72AB
7#7579A4
8#7D7F9C
9#848694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA3 #9CA3EC | BordersInactive statesPlaceholder text |
| 400 | 6973 #6973E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E4B #3E4BDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2431 #2431BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D27 #1D2796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 141C #141C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D12 #0D1245 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E3F9;
--royal-blue-200: #C7CBF4;
--royal-blue-300: #9CA3EC;
--royal-blue-400: #6973E2;
--royal-blue-500: #3E4BDA;
--royal-blue-600: #2431BC;
--royal-blue-700: #1D2796;
--royal-blue-800: #141C6B;
--royal-blue-900: #0D1245;
--royal-blue-950: #080B2B;
}