Royal Blue
#6784E4
BlueColor Codes
All color formats for development
HEX
#6784E4RGB
rgb(103, 132, 228)HSL
hsl(226, 70%, 65%)OKLCH
oklch(0.636 0.148 269.2)CMYK
cmyk(55%, 42%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B6EDF
2#2F57DA
3#2349C5
4#1E3EA9
5#19348D
6#142A71
7#0F1F55
8#0A1538
9#050A1C
Tints
Lighter variations
1#7691E7
2#869DEA
3#95A9EC
4#A4B5EF
5#B3C2F2
6#C2CEF4
7#D1DAF7
8#E1E6FA
9#F0F3FC
Tones
Muted variations
1#6E88DE
2#748BD8
3#7A8ED1
4#8092CB
5#8795C5
6#8D98BF
7#939CB8
8#999FB2
9#A0A2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D1 #C7D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAE #9BAEED | BordersInactive statesPlaceholder text |
| 400 | 6784 #6784E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C61 #3C61DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2246 #2246BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B38 #1B3898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1328 #13286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1A #0C1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E1E6FA;
--royal-blue-200: #C7D1F5;
--royal-blue-300: #9BAEED;
--royal-blue-400: #6784E4;
--royal-blue-500: #3C61DD;
--royal-blue-600: #2246BF;
--royal-blue-700: #1B3898;
--royal-blue-800: #13286C;
--royal-blue-900: #0C1A45;
--royal-blue-950: #08102B;
}