Royal Blue
#7676D6
BlueColor Codes
All color formats for development
HEX
#7676D6RGB
rgb(118, 118, 214)HSL
hsl(240, 54%, 65%)OKLCH
oklch(0.61 0.143 281.3)CMYK
cmyk(45%, 45%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5CCE
2#4343C7
3#3535B3
4#2E2E99
5#262680
6#1E1E66
7#17174D
8#0F0F33
9#08081A
Tints
Lighter variations
1#8383DA
2#9191DE
3#9F9FE2
4#ADADE6
5#BABAEA
6#C8C8EF
7#D6D6F3
8#E4E4F7
9#F1F1FB
Tones
Muted variations
1#7A7AD1
2#7F7FCC
3#8484C7
4#8989C3
5#8E8EBE
6#9292B9
7#9797B4
8#9C9CAF
9#A1A1AB
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 #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A5 #A5A5E4 | BordersInactive statesPlaceholder text |
| 400 | 7676 #7676D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E4E #4E4ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3434 #3434AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2929 #292989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1313 #13133F | 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: #CCCCF0;
--royal-blue-300: #A5A5E4;
--royal-blue-400: #7676D6;
--royal-blue-500: #4E4ECA;
--royal-blue-600: #3434AD;
--royal-blue-700: #292989;
--royal-blue-800: #1D1D62;
--royal-blue-900: #13133F;
--royal-blue-950: #0C0C27;
}