Royal Blue
#7076DB
BlueColor Codes
All color formats for development
HEX
#7076DBRGB
rgb(112, 118, 219)HSL
hsl(237, 60%, 65%)OKLCH
oklch(0.609 0.151 278.3)CMYK
cmyk(49%, 46%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565CD5
2#3B43CE
3#2E35BA
4#282E9F
5#212685
6#1B1E6A
7#141750
8#0D0F35
9#07081B
Tints
Lighter variations
1#7E83DF
2#8D91E2
3#9B9FE6
4#A9ADEA
5#B8BAED
6#C6C8F1
7#D4D6F4
8#E2E4F8
9#F1F1FB
Tones
Muted variations
1#767AD6
2#7B7FD1
3#8084CB
4#8689C6
5#8B8EC1
6#9092BB
7#9697B6
8#9B9CB0
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 7076 #7076DB | Disabled statesSecondary iconsMuted text |
| 500 | 474E #474ED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D34 #2D34B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2429 #24298F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1D #1A1D66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E4F8;
--royal-blue-200: #CACCF2;
--royal-blue-300: #A1A5E8;
--royal-blue-400: #7076DB;
--royal-blue-500: #474ED1;
--royal-blue-600: #2D34B4;
--royal-blue-700: #24298F;
--royal-blue-800: #1A1D66;
--royal-blue-900: #101341;
--royal-blue-950: #0A0C29;
}