Royal Blue
#7676D5
BlueColor Codes
All color formats for development
HEX
#7676D5RGB
rgb(118, 118, 213)HSL
hsl(240, 53%, 65%)OKLCH
oklch(0.61 0.142 281.4)CMYK
cmyk(45%, 45%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D5DCD
2#4444C5
3#3737B2
4#2F2F98
5#27277F
6#1F1F65
7#17174C
8#101033
9#080819
Tints
Lighter variations
1#8484D9
2#9292DD
3#9F9FE2
4#ADADE6
5#BBBBEA
6#C8C8EE
7#D6D6F2
8#E4E4F7
9#F1F1FB
Tones
Muted variations
1#7B7BD0
2#8080CC
3#8585C7
4#8989C2
5#8E8EBD
6#9393B9
7#9898B4
8#9C9CAF
9#A1A1AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E3 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F4F #4F4FC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3535 #3535AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A2A #2A2A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E1E #1E1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FB;
--royal-blue-100: #E4E4F7;
--royal-blue-200: #CCCCEF;
--royal-blue-300: #A5A5E3;
--royal-blue-400: #7676D5;
--royal-blue-500: #4F4FC9;
--royal-blue-600: #3535AC;
--royal-blue-700: #2A2A89;
--royal-blue-800: #1E1E62;
--royal-blue-900: #13133E;
--royal-blue-950: #0C0C27;
}