Royal Blue
#7376D9
BlueColor Codes
All color formats for development
HEX
#7376D9RGB
rgb(115, 118, 217)HSL
hsl(238, 57%, 65%)OKLCH
oklch(0.61 0.148 279.8)CMYK
cmyk(47%, 46%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#595DD1
2#3F43CA
3#3236B6
4#2B2F9C
5#242782
6#1D1F68
7#15174E
8#0E1034
9#07081A
Tints
Lighter variations
1#8184DC
2#8F92E0
3#9D9FE4
4#ABADE8
5#B9BBEC
6#C7C8F0
7#D5D6F3
8#E3E4F7
9#F1F1FB
Tones
Muted variations
1#787BD4
2#7D80CE
3#8285C9
4#8789C4
5#8C8EBF
6#9193BA
7#9698B5
8#9C9CB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCC #CBCCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3A5 #A3A5E6 | BordersInactive statesPlaceholder text |
| 400 | 7376 #7376D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B4F #4B4FCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3035 #3035B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 262A #262A8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E4F7;
--royal-blue-200: #CBCCF1;
--royal-blue-300: #A3A5E6;
--royal-blue-400: #7376D9;
--royal-blue-500: #4B4FCE;
--royal-blue-600: #3035B0;
--royal-blue-700: #262A8C;
--royal-blue-800: #1B1E64;
--royal-blue-900: #121340;
--royal-blue-950: #0B0C28;
}