Royal Blue
#6770E4
BlueColor Codes
All color formats for development
HEX
#6770E4RGB
rgb(103, 112, 228)HSL
hsl(236, 70%, 65%)OKLCH
oklch(0.597 0.173 276.5)CMYK
cmyk(55%, 51%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B55DF
2#2F3ADA
3#232EC5
4#1E27A9
5#19218D
6#141A71
7#0F1455
8#0A0D38
9#05071C
Tints
Lighter variations
1#767EE7
2#868CEA
3#959BEC
4#A4A9EF
5#B3B7F2
6#C2C6F4
7#D1D4F7
8#E1E2FA
9#F0F1FC
Tones
Muted variations
1#6E75DE
2#747AD8
3#7A80D1
4#8085CB
5#878BC5
6#8D90BF
7#9396B8
8#999BB2
9#A0A0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA1 #9BA1ED | BordersInactive statesPlaceholder text |
| 400 | 6770 #6770E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C47 #3C47DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222C #222CBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B23 #1B2398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1319 #13196C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C10 #0C1045 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E2FA;
--royal-blue-200: #C7CAF5;
--royal-blue-300: #9BA1ED;
--royal-blue-400: #6770E4;
--royal-blue-500: #3C47DD;
--royal-blue-600: #222CBF;
--royal-blue-700: #1B2398;
--royal-blue-800: #13196C;
--royal-blue-900: #0C1045;
--royal-blue-950: #080A2B;
}