Royal Blue
#3546E3
BlueColor Codes
All color formats for development
HEX
#3546E3RGB
rgb(53, 70, 227)HSL
hsl(234, 76%, 55%)OKLCH
oklch(0.494 0.234 269.9)CMYK
cmyk(77%, 69%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E31DE
2#1B2CC5
3#1826AD
4#142194
5#111B7B
6#0D1663
7#0A104A
8#070B31
9#030519
Tints
Lighter variations
1#4959E6
2#5D6BE9
3#727EEC
4#8690EE
5#9AA3F1
6#AEB5F4
7#C2C8F7
8#D7DAF9
9#EBEDFC
Tones
Muted variations
1#3E4DDB
2#4654D2
3#4F5BC9
4#5862C1
5#6169B8
6#6970AF
7#7277A6
8#7B7E9E
9#848595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CA #C5CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A1 #98A1F1 | BordersInactive statesPlaceholder text |
| 400 | 626F #626FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3546 #3546E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2C #1B2CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1523 #15239D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F19 #0F1970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A10 #0A1048 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E2FB;
--royal-blue-200: #C5CAF7;
--royal-blue-300: #98A1F1;
--royal-blue-400: #626FEA;
--royal-blue-500: #3546E3;
--royal-blue-600: #1B2CC5;
--royal-blue-700: #15239D;
--royal-blue-800: #0F1970;
--royal-blue-900: #0A1048;
--royal-blue-950: #060A2D;
}