Royal Blue
#6791E4
BlueColor Codes
All color formats for development
HEX
#6791E4RGB
rgb(103, 145, 228)HSL
hsl(220, 70%, 65%)OKLCH
oklch(0.663 0.133 262.9)CMYK
cmyk(55%, 36%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B7CDF
2#2F68DA
3#2359C5
4#1E4CA9
5#19408D
6#143371
7#0F2655
8#0A1938
9#050D1C
Tints
Lighter variations
1#769CE7
2#86A7EA
3#95B2EC
4#A4BDEF
5#B3C8F2
6#C2D3F4
7#D1DEF7
8#E1E9FA
9#F0F4FC
Tones
Muted variations
1#6E93DE
2#7495D8
3#7A97D1
4#8099CB
5#879BC5
6#8D9DBF
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 | C7D6 #C7D6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB7 #9BB7ED | BordersInactive statesPlaceholder text |
| 400 | 6791 #6791E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C71 #3C71DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2256 #2256BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B44 #1B4498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1331 #13316C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1F #0C1F45 | 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: #C7D6F5;
--royal-blue-300: #9BB7ED;
--royal-blue-400: #6791E4;
--royal-blue-500: #3C71DD;
--royal-blue-600: #2256BF;
--royal-blue-700: #1B4498;
--royal-blue-800: #13316C;
--royal-blue-900: #0C1F45;
--royal-blue-950: #08142B;
}