Royal Blue
#6E71DE
BlueColor Codes
All color formats for development
HEX
#6E71DERGB
rgb(110, 113, 222)HSL
hsl(238, 63%, 65%)OKLCH
oklch(0.6 0.162 279.1)CMYK
cmyk(50%, 49%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5357D8
2#373DD2
3#2B30BD
4#2529A2
5#1F2287
6#191B6C
7#121451
8#0C0E36
9#06071B
Tints
Lighter variations
1#7C7FE1
2#8B8EE5
3#999CE8
4#A8AAEB
5#B6B8EE
6#C5C6F2
7#D3D4F5
8#E2E3F8
9#F0F1FC
Tones
Muted variations
1#7377D8
2#797CD3
3#7E81CD
4#8486C7
5#8A8CC2
6#8F91BC
7#9596B7
8#9B9BB1
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 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA2 #9FA2E9 | BordersInactive statesPlaceholder text |
| 400 | 6E71 #6E71DE | Disabled statesSecondary iconsMuted text |
| 500 | 4449 #4449D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2E #2A2EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2125 #212591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 181A #181A68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F11 #0F1143 | 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: #C9CAF3;
--royal-blue-300: #9FA2E9;
--royal-blue-400: #6E71DE;
--royal-blue-500: #4449D5;
--royal-blue-600: #2A2EB7;
--royal-blue-700: #212591;
--royal-blue-800: #181A68;
--royal-blue-900: #0F1143;
--royal-blue-950: #090B2A;
}