Royal Blue
#3672E2
BlueColor Codes
All color formats for development
HEX
#3672E2RGB
rgb(54, 114, 226)HSL
hsl(219, 75%, 55%)OKLCH
oklch(0.574 0.182 261.5)CMYK
cmyk(76%, 50%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2062DD
2#1C57C4
3#194CAC
4#154193
5#12367B
6#0E2B62
7#0B214A
8#071631
9#040B19
Tints
Lighter variations
1#4A80E5
2#5E8FE8
3#729DEB
4#87ABEE
5#9BB9F1
6#AFC7F4
7#C3D5F6
8#D7E3F9
9#EBF1FC
Tones
Muted variations
1#3F75DA
2#4778D1
3#507AC8
4#597DC0
5#617FB7
6#6A82AF
7#7285A6
8#7B879D
9#848A95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B7 #98B7F0 | BordersInactive statesPlaceholder text |
| 400 | 6392 #6392E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3672 #3672E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C57 #1C57C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1645 #16459C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1031 #103170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A20 #0A2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0E9FB;
--royal-blue-200: #C5D6F7;
--royal-blue-300: #98B7F0;
--royal-blue-400: #6392E9;
--royal-blue-500: #3672E2;
--royal-blue-600: #1C57C4;
--royal-blue-700: #16459C;
--royal-blue-800: #103170;
--royal-blue-900: #0A2047;
--royal-blue-950: #06142D;
}