Royal Blue
#7384D9
BlueColor Codes
All color formats for development
HEX
#7384D9RGB
rgb(115, 132, 217)HSL
hsl(230, 57%, 65%)OKLCH
oklch(0.637 0.129 273.7)CMYK
cmyk(47%, 39%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#596DD1
2#3F56CA
3#3248B6
4#2B3E9C
5#243382
6#1D2968
7#151F4E
8#0E1534
9#070A1A
Tints
Lighter variations
1#8190DC
2#8F9CE0
3#9DA9E4
4#ABB5E8
5#B9C1EC
6#C7CEF0
7#D5DAF3
8#E3E6F7
9#F1F3FB
Tones
Muted variations
1#7887D4
2#7D8BCE
3#828EC9
4#8791C4
5#8C95BF
6#9198BA
7#969CB5
8#9C9FB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD1 #CBD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AE #A3AEE6 | BordersInactive statesPlaceholder text |
| 400 | 7384 #7384D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B61 #4B61CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3046 #3046B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2637 #26378C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B28 #1B2864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1219 #121940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B10 #0B1028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F7;
--royal-blue-200: #CBD1F1;
--royal-blue-300: #A3AEE6;
--royal-blue-400: #7384D9;
--royal-blue-500: #4B61CE;
--royal-blue-600: #3046B0;
--royal-blue-700: #26378C;
--royal-blue-800: #1B2864;
--royal-blue-900: #121940;
--royal-blue-950: #0B1028;
}