Royal Blue
#676EE4
BlueColor Codes
All color formats for development
HEX
#676EE4RGB
rgb(103, 110, 228)HSL
hsl(237, 70%, 65%)OKLCH
oklch(0.593 0.176 277)CMYK
cmyk(55%, 52%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B53DF
2#2F37DA
3#232BC5
4#1E25A9
5#191F8D
6#141971
7#0F1255
8#0A0C38
9#05061C
Tints
Lighter variations
1#767CE7
2#868BEA
3#9599EC
4#A4A8EF
5#B3B6F2
6#C2C5F4
7#D1D3F7
8#E1E2FA
9#F0F0FC
Tones
Muted variations
1#6E73DE
2#7479D8
3#7A7ED1
4#8084CB
5#878AC5
6#8D8FBF
7#9395B8
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 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9F #9B9FED | BordersInactive statesPlaceholder text |
| 400 | 676E #676EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C44 #3C44DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222A #222ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B21 #1B2198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1318 #13186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0F #0C0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | 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: #C7C9F5;
--royal-blue-300: #9B9FED;
--royal-blue-400: #676EE4;
--royal-blue-500: #3C44DD;
--royal-blue-600: #222ABF;
--royal-blue-700: #1B2198;
--royal-blue-800: #13186C;
--royal-blue-900: #0C0F45;
--royal-blue-950: #08092B;
}