Royal Blue
#7070DB
BlueColor Codes
All color formats for development
HEX
#7070DBRGB
rgb(112, 112, 219)HSL
hsl(240, 60%, 65%)OKLCH
oklch(0.597 0.159 280.4)CMYK
cmyk(49%, 49%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5656D5
2#3B3BCE
3#2E2EBA
4#28289F
5#212185
6#1B1B6A
7#141450
8#0D0D35
9#07071B
Tints
Lighter variations
1#7E7EDF
2#8D8DE2
3#9B9BE6
4#A9A9EA
5#B8B8ED
6#C6C6F1
7#D4D4F4
8#E2E2F8
9#F1F1FB
Tones
Muted variations
1#7676D6
2#7B7BD1
3#8080CB
4#8686C6
5#8B8BC1
6#9090BB
7#9696B6
8#9B9BB0
9#A0A0AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 7070 #7070DB | Disabled statesSecondary iconsMuted text |
| 500 | 4747 #4747D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D2D #2D2DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2424 #24248F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101041 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E2F8;
--royal-blue-200: #CACAF2;
--royal-blue-300: #A1A1E8;
--royal-blue-400: #7070DB;
--royal-blue-500: #4747D1;
--royal-blue-600: #2D2DB4;
--royal-blue-700: #24248F;
--royal-blue-800: #1A1A66;
--royal-blue-900: #101041;
--royal-blue-950: #0A0A29;
}