Royal Blue
#7089DB
BlueColor Codes
All color formats for development
HEX
#7089DBRGB
rgb(112, 137, 219)HSL
hsl(226, 60%, 65%)OKLCH
oklch(0.647 0.126 269.8)CMYK
cmyk(49%, 37%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5673D5
2#3B5DCE
3#2E4FBA
4#28449F
5#213885
6#1B2D6A
7#142250
8#0D1735
9#070B1B
Tints
Lighter variations
1#7E95DF
2#8DA1E2
3#9BADE6
4#A9B8EA
5#B8C4ED
6#C6D0F1
7#D4DCF4
8#E2E7F8
9#F1F3FB
Tones
Muted variations
1#768CD6
2#7B8FD1
3#8092CB
4#8695C6
5#8B97C1
6#909ABB
7#969DB6
8#9BA0B0
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B2 #A1B2E8 | BordersInactive statesPlaceholder text |
| 400 | 7089 #7089DB | Disabled statesSecondary iconsMuted text |
| 500 | 4768 #4768D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D4C #2D4CB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 243D #243D8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2B #1A2B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E2E7F8;
--royal-blue-200: #CAD3F2;
--royal-blue-300: #A1B2E8;
--royal-blue-400: #7089DB;
--royal-blue-500: #4768D1;
--royal-blue-600: #2D4CB4;
--royal-blue-700: #243D8F;
--royal-blue-800: #1A2B66;
--royal-blue-900: #101C41;
--royal-blue-950: #0A1129;
}