Royal Blue
#6E84DE
BlueColor Codes
All color formats for development
HEX
#6E84DERGB
rgb(110, 132, 222)HSL
hsl(228, 63%, 65%)OKLCH
oklch(0.637 0.137 271.7)CMYK
cmyk(50%, 41%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536DD8
2#3756D2
3#2B48BD
4#253EA2
5#1F3487
6#19296C
7#121F51
8#0C1536
9#060A1B
Tints
Lighter variations
1#7C90E1
2#8B9DE5
3#99A9E8
4#A8B5EB
5#B6C2EE
6#C5CEF2
7#D3DAF5
8#E2E6F8
9#F0F3FC
Tones
Muted variations
1#7387D8
2#798BD3
3#7E8ECD
4#8492C7
5#8A95C2
6#8F98BC
7#959CB7
8#9B9FB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D1 #C9D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAE #9FAEE9 | BordersInactive statesPlaceholder text |
| 400 | 6E84 #6E84DE | Disabled statesSecondary iconsMuted text |
| 500 | 4461 #4461D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A46 #2A46B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2138 #213891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1828 #182868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F19 #0F1943 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E6F8;
--royal-blue-200: #C9D1F3;
--royal-blue-300: #9FAEE9;
--royal-blue-400: #6E84DE;
--royal-blue-500: #4461D5;
--royal-blue-600: #2A46B7;
--royal-blue-700: #213891;
--royal-blue-800: #182868;
--royal-blue-900: #0F1943;
--royal-blue-950: #09102A;
}