Royal Blue
#6E7EDE
BlueColor Codes
All color formats for development
HEX
#6E7EDERGB
rgb(110, 126, 222)HSL
hsl(231, 63%, 65%)OKLCH
oklch(0.625 0.145 274.3)CMYK
cmyk(50%, 43%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5367D8
2#374FD2
3#2B41BD
4#2538A2
5#1F2E87
6#19256C
7#121C51
8#0C1336
9#06091B
Tints
Lighter variations
1#7C8BE1
2#8B98E5
3#99A5E8
4#A8B2EB
5#B6BFEE
6#C5CCF2
7#D3D8F5
8#E2E5F8
9#F0F2FC
Tones
Muted variations
1#7382D8
2#7986D3
3#7E8ACD
4#848EC7
5#8A92C2
6#8F96BC
7#959AB7
8#9B9EB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAE9 | BordersInactive statesPlaceholder text |
| 400 | 6E7E #6E7EDE | Disabled statesSecondary iconsMuted text |
| 500 | 445A #445AD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A3F #2A3FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2132 #213291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1824 #182468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E5F8;
--royal-blue-200: #C9CFF3;
--royal-blue-300: #9FAAE9;
--royal-blue-400: #6E7EDE;
--royal-blue-500: #445AD5;
--royal-blue-600: #2A3FB7;
--royal-blue-700: #213291;
--royal-blue-800: #182468;
--royal-blue-900: #0F1743;
--royal-blue-950: #090E2A;
}