Royal Blue
#3D77DB
BlueColor Codes
All color formats for development
HEX
#3D77DBRGB
rgb(61, 119, 219)HSL
hsl(218, 69%, 55%)OKLCH
oklch(0.583 0.165 260.5)CMYK
cmyk(72%, 46%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2767D5
2#235CBE
3#1E50A6
4#1A458E
5#163977
6#112E5F
7#0D2247
8#09172F
9#040B18
Tints
Lighter variations
1#5085DF
2#6492E3
3#77A0E6
4#8BADEA
5#9EBBED
6#B1C9F1
7#C5D6F4
8#D8E4F8
9#ECF1FB
Tones
Muted variations
1#4579D4
2#4D7BCC
3#557DC4
4#5D80BC
5#6582B4
6#6D84AC
7#7486A4
8#7C889C
9#848A94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBA #9CBAED | BordersInactive statesPlaceholder text |
| 400 | 6895 #6895E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D77 #3D77DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 235C #235CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C49 #1C4997 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1434 #14346C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D21 #0D2145 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E1EAF9;
--royal-blue-200: #C7D8F5;
--royal-blue-300: #9CBAED;
--royal-blue-400: #6895E3;
--royal-blue-500: #3D77DB;
--royal-blue-600: #235CBE;
--royal-blue-700: #1C4997;
--royal-blue-800: #14346C;
--royal-blue-900: #0D2145;
--royal-blue-950: #08152B;
}