Royal Blue
#7077DB
BlueColor Codes
All color formats for development
HEX
#7077DBRGB
rgb(112, 119, 219)HSL
hsl(236, 60%, 65%)OKLCH
oklch(0.611 0.15 278)CMYK
cmyk(49%, 46%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#565ED5
2#3B45CE
3#2E38BA
4#28309F
5#212885
6#1B206A
7#141850
8#0D1035
9#07081B
Tints
Lighter variations
1#7E85DF
2#8D92E2
3#9BA0E6
4#A9AEEA
5#B8BBED
6#C6C9F1
7#D4D6F4
8#E2E4F8
9#F1F1FB
Tones
Muted variations
1#767CD6
2#7B81D1
3#8085CB
4#868AC6
5#8B8FC1
6#9093BB
7#9698B6
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 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A6 #A1A6E8 | BordersInactive statesPlaceholder text |
| 400 | 7077 #7077DB | Disabled statesSecondary iconsMuted text |
| 500 | 4751 #4751D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D36 #2D36B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 242B #242B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1F #1A1F66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101441 | 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: #CACDF2;
--royal-blue-300: #A1A6E8;
--royal-blue-400: #7077DB;
--royal-blue-500: #4751D1;
--royal-blue-600: #2D36B4;
--royal-blue-700: #242B8F;
--royal-blue-800: #1A1F66;
--royal-blue-900: #101441;
--royal-blue-950: #0A0C29;
}