Royal Blue
#6C92E0
BlueColor Codes
All color formats for development
HEX
#6C92E0RGB
rgb(108, 146, 224)HSL
hsl(220, 65%, 65%)OKLCH
oklch(0.666 0.124 263.6)CMYK
cmyk(52%, 35%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#507EDA
2#356AD4
3#295BBF
4#234EA4
5#1D4189
6#17346D
7#112752
8#0C1A37
9#060D1B
Tints
Lighter variations
1#7A9DE3
2#89A8E6
3#98B3E9
4#A7BEEC
5#B5C9EF
6#C4D4F3
7#D3DEF6
8#E2E9F9
9#F0F4FC
Tones
Muted variations
1#7294DA
2#7796D4
3#7D98CE
4#839AC9
5#899CC3
6#8F9EBD
7#94A0B7
8#9AA2B1
9#A0A4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D7 #C8D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB8 #9EB8EA | BordersInactive statesPlaceholder text |
| 400 | 6C92 #6C92E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4273 #4273D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2758 #2758B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F46 #1F4693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1632 #163269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E20 #0E2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FC;
--royal-blue-100: #E2E9F9;
--royal-blue-200: #C8D7F3;
--royal-blue-300: #9EB8EA;
--royal-blue-400: #6C92E0;
--royal-blue-500: #4273D7;
--royal-blue-600: #2758B9;
--royal-blue-700: #1F4693;
--royal-blue-800: #163269;
--royal-blue-900: #0E2043;
--royal-blue-950: #09142A;
}