Royal Blue
#7079DB
BlueColor Codes
All color formats for development
HEX
#7079DBRGB
rgb(112, 121, 219)HSL
hsl(235, 60%, 65%)OKLCH
oklch(0.615 0.147 277.2)CMYK
cmyk(49%, 45%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5660D5
2#3B47CE
3#2E3ABA
4#28329F
5#212985
6#1B216A
7#141950
8#0D1135
9#07081B
Tints
Lighter variations
1#7E87DF
2#8D94E2
3#9BA1E6
4#A9AFEA
5#B8BCED
6#C6C9F1
7#D4D7F4
8#E2E4F8
9#F1F2FB
Tones
Muted variations
1#767ED6
2#7B82D1
3#8087CB
4#868BC6
5#8B8FC1
6#9094BB
7#9698B6
8#9B9DB0
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 7079 #7079DB | Disabled statesSecondary iconsMuted text |
| 500 | 4753 #4753D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D38 #2D38B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 242D #242D8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A20 #1A2066 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101441 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E4F8;
--royal-blue-200: #CACDF2;
--royal-blue-300: #A1A7E8;
--royal-blue-400: #7079DB;
--royal-blue-500: #4753D1;
--royal-blue-600: #2D38B4;
--royal-blue-700: #242D8F;
--royal-blue-800: #1A2066;
--royal-blue-900: #101441;
--royal-blue-950: #0A0D29;
}