Royal Blue
#6793E4
BlueColor Codes
All color formats for development
HEX
#6793E4RGB
rgb(103, 147, 228)HSL
hsl(219, 70%, 65%)OKLCH
oklch(0.667 0.13 261.8)CMYK
cmyk(55%, 36%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B7FDF
2#2F6BDA
3#235CC5
4#1E4FA9
5#19418D
6#143471
7#0F2755
8#0A1A38
9#050D1C
Tints
Lighter variations
1#769EE7
2#86A9EA
3#95B3EC
4#A4BEEF
5#B3C9F2
6#C2D4F4
7#D1DFF7
8#E1E9FA
9#F0F4FC
Tones
Muted variations
1#6E95DE
2#7497D8
3#7A99D1
4#809BCB
5#879CC5
6#8D9EBF
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 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB8 #9BB8ED | BordersInactive statesPlaceholder text |
| 400 | 6793 #6793E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C74 #3C74DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2259 #2259BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B47 #1B4798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1332 #13326C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C20 #0C2045 | 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: #E1E9FA;
--royal-blue-200: #C7D7F5;
--royal-blue-300: #9BB8ED;
--royal-blue-400: #6793E4;
--royal-blue-500: #3C74DD;
--royal-blue-600: #2259BF;
--royal-blue-700: #1B4798;
--royal-blue-800: #13326C;
--royal-blue-900: #0C2045;
--royal-blue-950: #08142B;
}