Royal Blue
#3670E2
BlueColor Codes
All color formats for development
HEX
#3670E2RGB
rgb(54, 112, 226)HSL
hsl(220, 75%, 55%)OKLCH
oklch(0.57 0.184 262.1)CMYK
cmyk(76%, 50%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205FDD
2#1C54C4
3#194AAC
4#153F93
5#12357B
6#0E2A62
7#0B204A
8#071531
9#040B19
Tints
Lighter variations
1#4A7EE5
2#5E8CE8
3#729BEB
4#87A9EE
5#9BB7F1
6#AFC6F4
7#C3D4F6
8#D7E2F9
9#EBF1FC
Tones
Muted variations
1#3F72DA
2#4775D1
3#5078C8
4#597BC0
5#617EB7
6#6A81AF
7#7284A6
8#7B879D
9#848995
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D6 #C5D6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B6 #98B6F0 | BordersInactive statesPlaceholder text |
| 400 | 638F #638FE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3670 #3670E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C54 #1C54C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1643 #16439C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1030 #103070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A1F #0A1F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0613 #06132D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E0E9FB;
--royal-blue-200: #C5D6F7;
--royal-blue-300: #98B6F0;
--royal-blue-400: #638FE9;
--royal-blue-500: #3670E2;
--royal-blue-600: #1C54C4;
--royal-blue-700: #16439C;
--royal-blue-800: #103070;
--royal-blue-900: #0A1F47;
--royal-blue-950: #06132D;
}