Royal Blue
#2846F0
BlueColor Codes
All color formats for development
HEX
#2846F0RGB
rgb(40, 70, 240)HSL
hsl(231, 87%, 55%)OKLCH
oklch(0.502 0.252 267.1)CMYK
cmyk(83%, 71%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1031EC
2#0F2CD2
3#0D26B8
4#0B219D
5#091B83
6#071669
7#05104F
8#040B34
9#02051A
Tints
Lighter variations
1#3E59F2
2#536BF3
3#697EF5
4#7E90F6
5#94A3F8
6#A9B5F9
7#BFC8FB
8#D4DAFC
9#EAEDFE
Tones
Muted variations
1#324DE6
2#3C54DC
3#465BD2
4#5062C8
5#5A69BE
6#6470B4
7#6E77AA
8#787EA0
9#828596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A1 #91A1F7 | BordersInactive statesPlaceholder text |
| 400 | 586F #586FF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2846 #2846F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F2C #0F2CD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C23 #0C23A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0819 #081977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104C | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DEE2FD;
--royal-blue-200: #C1CAFB;
--royal-blue-300: #91A1F7;
--royal-blue-400: #586FF3;
--royal-blue-500: #2846F0;
--royal-blue-600: #0F2CD2;
--royal-blue-700: #0C23A7;
--royal-blue-800: #081977;
--royal-blue-900: #05104C;
--royal-blue-950: #030A30;
}