Royal Blue
#7677D6
BlueColor Codes
All color formats for development
HEX
#7677D6RGB
rgb(118, 119, 214)HSL
hsl(239, 54%, 65%)OKLCH
oklch(0.612 0.142 280.9)CMYK
cmyk(45%, 44%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C5ECE
2#4345C7
3#3537B3
4#2E3099
5#262880
6#1E2066
7#17184D
8#0F1033
9#08081A
Tints
Lighter variations
1#8385DA
2#9192DE
3#9FA0E2
4#ADADE6
5#BABBEA
6#C8C9EF
7#D6D6F3
8#E4E4F7
9#F1F1FB
Tones
Muted variations
1#7A7CD1
2#7F80CC
3#8485C7
4#898AC3
5#8E8EBE
6#9293B9
7#9798B4
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 | CCCD #CCCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A6 #A5A6E4 | BordersInactive statesPlaceholder text |
| 400 | 7677 #7677D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E50 #4E50CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3436 #3436AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292B #292B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1E #1D1E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1314 #13143F | 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: #CCCDF0;
--royal-blue-300: #A5A6E4;
--royal-blue-400: #7677D6;
--royal-blue-500: #4E50CA;
--royal-blue-600: #3436AD;
--royal-blue-700: #292B89;
--royal-blue-800: #1D1E62;
--royal-blue-900: #13143F;
--royal-blue-950: #0C0C27;
}