Royal Blue
#7084DB
BlueColor Codes
All color formats for development
HEX
#7084DBRGB
rgb(112, 132, 219)HSL
hsl(229, 60%, 65%)OKLCH
oklch(0.636 0.133 272.4)CMYK
cmyk(49%, 40%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#566DD5
2#3B56CE
3#2E48BA
4#283E9F
5#213385
6#1B296A
7#141F50
8#0D1535
9#070A1B
Tints
Lighter variations
1#7E90DF
2#8D9CE2
3#9BA9E6
4#A9B5EA
5#B8C1ED
6#C6CEF1
7#D4DAF4
8#E2E6F8
9#F1F3FB
Tones
Muted variations
1#7687D6
2#7B8BD1
3#808ECB
4#8691C6
5#8B95C1
6#9098BB
7#969CB6
8#9B9FB0
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 7084 #7084DB | Disabled statesSecondary iconsMuted text |
| 500 | 4761 #4761D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D46 #2D46B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2437 #24378F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A28 #1A2866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E6F8;
--royal-blue-200: #CAD1F2;
--royal-blue-300: #A1AEE8;
--royal-blue-400: #7084DB;
--royal-blue-500: #4761D1;
--royal-blue-600: #2D46B4;
--royal-blue-700: #24378F;
--royal-blue-800: #1A2866;
--royal-blue-900: #101941;
--royal-blue-950: #0A1029;
}