Royal Blue
#7175DA
BlueColor Codes
All color formats for development
HEX
#7175DARGB
rgb(113, 117, 218)HSL
hsl(238, 59%, 65%)OKLCH
oklch(0.607 0.151 279.2)CMYK
cmyk(48%, 46%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#575BD4
2#3C41CD
3#3034B8
4#292D9E
5#222584
6#1B1E69
7#14164F
8#0E0F35
9#07071A
Tints
Lighter variations
1#7F82DE
2#8D90E2
3#9C9EE5
4#AAACE9
5#B8BAED
6#C6C8F0
7#D4D5F4
8#E3E3F8
9#F1F1FB
Tones
Muted variations
1#767AD5
2#7C7ED0
3#8183CB
4#8688C5
5#8B8DC0
6#9192BB
7#9697B6
8#9B9CB0
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A4 #A2A4E7 | BordersInactive statesPlaceholder text |
| 400 | 7175 #7175DA | Disabled statesSecondary iconsMuted text |
| 500 | 494D #494DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E32 #2E32B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2528 #25288E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1112 #111241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F8;
--royal-blue-200: #CACCF1;
--royal-blue-300: #A2A4E7;
--royal-blue-400: #7175DA;
--royal-blue-500: #494DD0;
--royal-blue-600: #2E32B2;
--royal-blue-700: #25288E;
--royal-blue-800: #1A1D65;
--royal-blue-900: #111241;
--royal-blue-950: #0A0B29;
}