Royal Blue
#6795E4
BlueColor Codes
All color formats for development
HEX
#6795E4RGB
rgb(103, 149, 228)HSL
hsl(218, 70%, 65%)OKLCH
oklch(0.671 0.128 260.7)CMYK
cmyk(55%, 35%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B81DF
2#2F6EDA
3#235EC5
4#1E51A9
5#19438D
6#143671
7#0F2855
8#0A1B38
9#050D1C
Tints
Lighter variations
1#76A0E7
2#86AAEA
3#95B5EC
4#A4BFEF
5#B3CAF2
6#C2D5F4
7#D1DFF7
8#E1EAFA
9#F0F4FC
Tones
Muted variations
1#6E97DE
2#7498D8
3#7A9AD1
4#809CCB
5#879DC5
6#8D9FBF
7#93A1B8
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 | E1EA #E1EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB9 #9BB9ED | BordersInactive statesPlaceholder text |
| 400 | 6795 #6795E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C77 #3C77DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 225B #225BBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B49 #1B4998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1334 #13346C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C21 #0C2145 | 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: #9BB9ED;
--royal-blue-400: #6795E4;
--royal-blue-500: #3C77DD;
--royal-blue-600: #225BBF;
--royal-blue-700: #1B4998;
--royal-blue-800: #13346C;
--royal-blue-900: #0C2145;
--royal-blue-950: #08152B;
}