Royal Blue
#767CD6
BlueColor Codes
All color formats for development
HEX
#767CD6RGB
rgb(118, 124, 214)HSL
hsl(236, 54%, 65%)OKLCH
oklch(0.622 0.135 278.8)CMYK
cmyk(45%, 42%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C64CE
2#434BC7
3#353EB3
4#2E3599
5#262C80
6#1E2366
7#171A4D
8#0F1233
9#08091A
Tints
Lighter variations
1#8389DA
2#9196DE
3#9FA3E2
4#ADB0E6
5#BABDEA
6#C8CBEF
7#D6D8F3
8#E4E5F7
9#F1F2FB
Tones
Muted variations
1#7A80D1
2#7F84CC
3#8489C7
4#898DC3
5#8E91BE
6#9295B9
7#9799B4
8#9C9DAF
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCE #CCCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E4 | BordersInactive statesPlaceholder text |
| 400 | 767C #767CD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E57 #4E57CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343C #343CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292F #292F89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D22 #1D2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E5F7;
--royal-blue-200: #CCCEF0;
--royal-blue-300: #A5A9E4;
--royal-blue-400: #767CD6;
--royal-blue-500: #4E57CA;
--royal-blue-600: #343CAD;
--royal-blue-700: #292F89;
--royal-blue-800: #1D2262;
--royal-blue-900: #13163F;
--royal-blue-950: #0C0E27;
}