Royal Blue
#6769E4
BlueColor Codes
All color formats for development
HEX
#6769E4RGB
rgb(103, 105, 228)HSL
hsl(239, 70%, 65%)OKLCH
oklch(0.584 0.182 278.4)CMYK
cmyk(55%, 54%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B4EDF
2#2F32DA
3#2326C5
4#1E20A9
5#191B8D
6#141571
7#0F1055
8#0A0B38
9#05051C
Tints
Lighter variations
1#7678E7
2#8687EA
3#9596EC
4#A4A5EF
5#B3B4F2
6#C2C3F4
7#D1D2F7
8#E1E1FA
9#F0F0FC
Tones
Muted variations
1#6E6FDE
2#7475D8
3#7A7BD1
4#8082CB
5#8788C5
6#8D8EBF
7#9394B8
8#999AB2
9#A0A0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9D #9B9DED | BordersInactive statesPlaceholder text |
| 400 | 6769 #6769E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C3F #3C3FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2224 #2224BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B1D #1B1D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1315 #13156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0D #0C0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E1E1FA;
--royal-blue-200: #C7C7F5;
--royal-blue-300: #9B9DED;
--royal-blue-400: #6769E4;
--royal-blue-500: #3C3FDD;
--royal-blue-600: #2224BF;
--royal-blue-700: #1B1D98;
--royal-blue-800: #13156C;
--royal-blue-900: #0C0D45;
--royal-blue-950: #08082B;
}