Royal Blue
#6C85E0
BlueColor Codes
All color formats for development
HEX
#6C85E0RGB
rgb(108, 133, 224)HSL
hsl(227, 65%, 65%)OKLCH
oklch(0.639 0.139 270.5)CMYK
cmyk(52%, 41%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#506EDA
2#3558D4
3#2949BF
4#233FA4
5#1D3489
6#172A6D
7#111F52
8#0C1537
9#060A1B
Tints
Lighter variations
1#7A91E3
2#899DE6
3#98AAE9
4#A7B6EC
5#B5C2EF
6#C4CEF3
7#D3DAF6
8#E2E7F9
9#F0F3FC
Tones
Muted variations
1#7288DA
2#778BD4
3#7D8FCE
4#8392C9
5#8995C3
6#8F99BD
7#949CB7
8#9A9FB1
9#A0A2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D2 #C8D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAF #9EAFEA | BordersInactive statesPlaceholder text |
| 400 | 6C85 #6C85E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4262 #4262D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2747 #2747B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F38 #1F3893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1628 #162869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1A #0E1A43 | 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: #F2F5FC;
--royal-blue-100: #E2E7F9;
--royal-blue-200: #C8D2F3;
--royal-blue-300: #9EAFEA;
--royal-blue-400: #6C85E0;
--royal-blue-500: #4262D7;
--royal-blue-600: #2747B9;
--royal-blue-700: #1F3893;
--royal-blue-800: #162869;
--royal-blue-900: #0E1A43;
--royal-blue-950: #09102A;
}