Royal Blue
#6D83DF
BlueColor Codes
All color formats for development
HEX
#6D83DFRGB
rgb(109, 131, 223)HSL
hsl(228, 64%, 65%)OKLCH
oklch(0.635 0.14 271.7)CMYK
cmyk(51%, 41%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#516DD9
2#3656D3
3#2A47BE
4#243DA3
5#1E3388
6#18296D
7#121F52
8#0C1436
9#060A1B
Tints
Lighter variations
1#7B90E2
2#8A9CE5
3#99A9E9
4#A7B5EC
5#B6C1EF
6#C4CEF2
7#D3DAF5
8#E2E6F9
9#F0F3FC
Tones
Muted variations
1#7287D9
2#788AD3
3#7E8ECE
4#8391C8
5#8995C2
6#8F98BD
7#959BB7
8#9A9FB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D1 #C9D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAE #9FAEEA | BordersInactive statesPlaceholder text |
| 400 | 6D83 #6D83DF | Disabled statesSecondary iconsMuted text |
| 500 | 4360 #4360D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2845 #2845B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2037 #203792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1727 #172769 | 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: #F2F4FC;
--royal-blue-100: #E2E6F9;
--royal-blue-200: #C9D1F3;
--royal-blue-300: #9FAEEA;
--royal-blue-400: #6D83DF;
--royal-blue-500: #4360D6;
--royal-blue-600: #2845B8;
--royal-blue-700: #203792;
--royal-blue-800: #172769;
--royal-blue-900: #0F1943;
--royal-blue-950: #09102A;
}