Royal Blue
#3860E0
BlueColor Codes
All color formats for development
HEX
#3860E0RGB
rgb(56, 96, 224)HSL
hsl(226, 73%, 55%)OKLCH
oklch(0.538 0.2 266.4)CMYK
cmyk(75%, 57%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#224DDA
2#1E45C2
3#1B3CAA
4#173392
5#132B79
6#0F2261
7#0B1A49
8#081131
9#040918
Tints
Lighter variations
1#4C70E3
2#607FE6
3#748FE9
4#889FEC
5#9CAFF0
6#B0BFF3
7#C3CFF6
8#D7DFF9
9#EBEFFC
Tones
Muted variations
1#4164D8
2#4969CF
3#526DC7
4#5A71BF
5#6276B6
6#6B7AAE
7#737FA5
8#7B839D
9#848895
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D1 #C6D1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAE #9AAEEF | BordersInactive statesPlaceholder text |
| 400 | 6583 #6583E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3860 #3860E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E45 #1E45C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1837 #18379A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1127 #11276E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B19 #0B1947 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E6FA;
--royal-blue-200: #C6D1F6;
--royal-blue-300: #9AAEEF;
--royal-blue-400: #6583E7;
--royal-blue-500: #3860E0;
--royal-blue-600: #1E45C2;
--royal-blue-700: #18379A;
--royal-blue-800: #11276E;
--royal-blue-900: #0B1947;
--royal-blue-950: #07102C;
}