Royal Blue
#6E73DE
BlueColor Codes
All color formats for development
HEX
#6E73DERGB
rgb(110, 115, 222)HSL
hsl(237, 63%, 65%)OKLCH
oklch(0.603 0.16 278.5)CMYK
cmyk(50%, 48%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5359D8
2#373FD2
3#2B32BD
4#252BA2
5#1F2487
6#191D6C
7#121651
8#0C0E36
9#06071B
Tints
Lighter variations
1#7C81E1
2#8B8FE5
3#999DE8
4#A8ABEB
5#B6B9EE
6#C5C7F2
7#D3D5F5
8#E2E3F8
9#F0F1FC
Tones
Muted variations
1#7378D8
2#797DD3
3#7E82CD
4#8487C7
5#8A8CC2
6#8F92BC
7#9597B7
8#9B9CB1
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA3 #9FA3E9 | BordersInactive statesPlaceholder text |
| 400 | 6E73 #6E73DE | Disabled statesSecondary iconsMuted text |
| 500 | 444B #444BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A31 #2A31B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2127 #212791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 181C #181C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F12 #0F1243 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E3F8;
--royal-blue-200: #C9CBF3;
--royal-blue-300: #9FA3E9;
--royal-blue-400: #6E73DE;
--royal-blue-500: #444BD5;
--royal-blue-600: #2A31B7;
--royal-blue-700: #212791;
--royal-blue-800: #181C68;
--royal-blue-900: #0F1243;
--royal-blue-950: #090B2A;
}