Royal Blue
#3E6ADA
BlueColor Codes
All color formats for development
HEX
#3E6ADARGB
rgb(62, 106, 218)HSL
hsl(223, 68%, 55%)OKLCH
oklch(0.555 0.179 265)CMYK
cmyk(72%, 51%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2859D4
2#244FBC
3#1F45A5
4#1B3B8D
5#163176
6#12285E
7#0D1E47
8#09142F
9#040A18
Tints
Lighter variations
1#5179DE
2#6588E2
3#7897E5
4#8BA6E9
5#9FB5ED
6#B2C4F0
7#C5D2F4
8#D8E1F8
9#ECF0FB
Tones
Muted variations
1#466ED2
2#4E71CB
3#5675C3
4#5D78BB
5#657BB3
6#6D7FAB
7#7582A4
8#7D859C
9#848994
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D4 #C7D4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB3 #9CB3EC | BordersInactive statesPlaceholder text |
| 400 | 698B #698BE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E6A #3E6ADA | Primary brand colorCTAsActive elementsLinks |
| 600 | 244F #244FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D3F #1D3F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142D #142D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1D #0D1D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E8F9;
--royal-blue-200: #C7D4F4;
--royal-blue-300: #9CB3EC;
--royal-blue-400: #698BE2;
--royal-blue-500: #3E6ADA;
--royal-blue-600: #244FBC;
--royal-blue-700: #1D3F96;
--royal-blue-800: #142D6B;
--royal-blue-900: #0D1D45;
--royal-blue-950: #08122B;
}