Royal Blue
#6797E4
BlueColor Codes
All color formats for development
HEX
#6797E4RGB
rgb(103, 151, 228)HSL
hsl(217, 70%, 65%)OKLCH
oklch(0.676 0.126 259.5)CMYK
cmyk(55%, 34%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B84DF
2#2F71DA
3#2361C5
4#1E53A9
5#19458D
6#143771
7#0F2A55
8#0A1C38
9#050E1C
Tints
Lighter variations
1#76A2E7
2#86ACEA
3#95B6EC
4#A4C1EF
5#B3CBF2
6#C2D5F4
7#D1E0F7
8#E1EAFA
9#F0F5FC
Tones
Muted variations
1#6E99DE
2#749AD8
3#7A9CD1
4#809DCB
5#879EC5
6#8DA0BF
7#93A1B8
8#99A3B2
9#A0A4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBB #9BBBED | BordersInactive statesPlaceholder text |
| 400 | 6797 #6797E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C7A #3C7ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 225E #225EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B4B #1B4B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1335 #13356C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C22 #0C2245 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E1EAFA;
--royal-blue-200: #C7D8F5;
--royal-blue-300: #9BBBED;
--royal-blue-400: #6797E4;
--royal-blue-500: #3C7ADD;
--royal-blue-600: #225EBF;
--royal-blue-700: #1B4B98;
--royal-blue-800: #13356C;
--royal-blue-900: #0C2245;
--royal-blue-950: #08152B;
}