Royal Blue
#6893E3
BlueColor Codes
All color formats for development
HEX
#6893E3RGB
rgb(104, 147, 227)HSL
hsl(219, 69%, 65%)OKLCH
oklch(0.667 0.129 262)CMYK
cmyk(54%, 35%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C7FDE
2#306BD9
3#245CC4
4#1F4FA8
5#1A428C
6#153570
7#0F2754
8#0A1A38
9#050D1C
Tints
Lighter variations
1#779EE6
2#86A9E9
3#95B4EC
4#A5BEEE
5#B4C9F1
6#C3D4F4
7#D2DFF7
8#E1E9F9
9#F0F4FC
Tones
Muted variations
1#6E95DD
2#7497D7
3#7B99D1
4#819BCB
5#879DC5
6#8D9EBE
7#93A0B8
8#99A2B2
9#A0A4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB8 #9CB8ED | BordersInactive statesPlaceholder text |
| 400 | 6893 #6893E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D74 #3D74DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2359 #2359BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C47 #1C4797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1433 #14336C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D20 #0D2045 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E1E9F9;
--royal-blue-200: #C7D7F5;
--royal-blue-300: #9CB8ED;
--royal-blue-400: #6893E3;
--royal-blue-500: #3D74DB;
--royal-blue-600: #2359BE;
--royal-blue-700: #1C4797;
--royal-blue-800: #14336C;
--royal-blue-900: #0D2045;
--royal-blue-950: #08142B;
}