Royal Blue
#6789E4
BlueColor Codes
All color formats for development
HEX
#6789E4RGB
rgb(103, 137, 228)HSL
hsl(224, 70%, 65%)OKLCH
oklch(0.646 0.142 267)CMYK
cmyk(55%, 40%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B73DF
2#2F5DDA
3#234EC5
4#1E43A9
5#19388D
6#142D71
7#0F2155
8#0A1638
9#050B1C
Tints
Lighter variations
1#7694E7
2#86A0EA
3#95ACEC
4#A4B8EF
5#B3C4F2
6#C2D0F4
7#D1DBF7
8#E1E7FA
9#F0F3FC
Tones
Muted variations
1#6E8CDE
2#748ED8
3#7A91D1
4#8094CB
5#8797C5
6#8D9ABF
7#939DB8
8#99A0B2
9#A0A3AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D3 #C7D3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB1 #9BB1ED | BordersInactive statesPlaceholder text |
| 400 | 6789 #6789E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C67 #3C67DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 224C #224CBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3C #1B3C98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 132B #132B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1B #0C1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E7FA;
--royal-blue-200: #C7D3F5;
--royal-blue-300: #9BB1ED;
--royal-blue-400: #6789E4;
--royal-blue-500: #3C67DD;
--royal-blue-600: #224CBF;
--royal-blue-700: #1B3C98;
--royal-blue-800: #132B6C;
--royal-blue-900: #0C1B45;
--royal-blue-950: #08112B;
}