Royal Blue
#7080DB
BlueColor Codes
All color formats for development
HEX
#7080DBRGB
rgb(112, 128, 219)HSL
hsl(231, 60%, 65%)OKLCH
oklch(0.628 0.138 274.2)CMYK
cmyk(49%, 42%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5669D5
2#3B51CE
3#2E43BA
4#283A9F
5#213085
6#1B266A
7#141D50
8#0D1335
9#070A1B
Tints
Lighter variations
1#7E8DDF
2#8D9AE2
3#9BA6E6
4#A9B3EA
5#B8C0ED
6#C6CCF1
7#D4D9F4
8#E2E6F8
9#F1F2FB
Tones
Muted variations
1#7684D6
2#7B88D1
3#808CCB
4#868FC6
5#8B93C1
6#9097BB
7#969BB6
8#9B9EB0
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 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AC #A1ACE8 | BordersInactive statesPlaceholder text |
| 400 | 7080 #7080DB | Disabled statesSecondary iconsMuted text |
| 500 | 475C #475CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D41 #2D41B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2434 #24348F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A25 #1A2566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1018 #101841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | 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: #CAD0F2;
--royal-blue-300: #A1ACE8;
--royal-blue-400: #7080DB;
--royal-blue-500: #475CD1;
--royal-blue-600: #2D41B4;
--royal-blue-700: #24348F;
--royal-blue-800: #1A2566;
--royal-blue-900: #101841;
--royal-blue-950: #0A0F29;
}