Royal Blue
#6E8FDE
BlueColor Codes
All color formats for development
HEX
#6E8FDERGB
rgb(110, 143, 222)HSL
hsl(222, 63%, 65%)OKLCH
oklch(0.659 0.124 265.9)CMYK
cmyk(50%, 36%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537BD8
2#3766D2
3#2B57BD
4#254AA2
5#1F3E87
6#19326C
7#122551
8#0C1936
9#060C1B
Tints
Lighter variations
1#7C9AE1
2#8BA6E5
3#99B1E8
4#A8BCEB
5#B6C7EE
6#C5D2F2
7#D3DDF5
8#E2E9F8
9#F0F4FC
Tones
Muted variations
1#7392D8
2#7994D3
3#7E96CD
4#8498C7
5#8A9BC2
6#8F9DBC
7#959FB7
8#9BA1B1
9#A0A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB6 #9FB6E9 | BordersInactive statesPlaceholder text |
| 400 | 6E8F #6E8FDE | Disabled statesSecondary iconsMuted text |
| 500 | 446F #446FD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A54 #2A54B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2143 #214391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1830 #183068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1F #0F1F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E2E9F8;
--royal-blue-200: #C9D5F3;
--royal-blue-300: #9FB6E9;
--royal-blue-400: #6E8FDE;
--royal-blue-500: #446FD5;
--royal-blue-600: #2A54B7;
--royal-blue-700: #214391;
--royal-blue-800: #183068;
--royal-blue-900: #0F1F43;
--royal-blue-950: #09132A;
}