Royal Blue
#3D65DB
BlueColor Codes
All color formats for development
HEX
#3D65DBRGB
rgb(61, 101, 219)HSL
hsl(225, 69%, 55%)OKLCH
oklch(0.546 0.186 266.2)CMYK
cmyk(72%, 54%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2753D5
2#2349BE
3#1E40A6
4#1A378E
5#162E77
6#11255F
7#0D1C47
8#09122F
9#040918
Tints
Lighter variations
1#5074DF
2#6484E3
3#7793E6
4#8BA2EA
5#9EB2ED
6#B1C1F1
7#C5D1F4
8#D8E0F8
9#ECF0FB
Tones
Muted variations
1#4569D4
2#4D6DCC
3#5571C4
4#5D74BC
5#6578B4
6#6D7CAC
7#7480A4
8#7C849C
9#848894
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB0 #9CB0ED | BordersInactive statesPlaceholder text |
| 400 | 6887 #6887E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D65 #3D65DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2349 #2349BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C3A #1C3A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142A #142A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1B #0D1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E7F9;
--royal-blue-200: #C7D2F5;
--royal-blue-300: #9CB0ED;
--royal-blue-400: #6887E3;
--royal-blue-500: #3D65DB;
--royal-blue-600: #2349BE;
--royal-blue-700: #1C3A97;
--royal-blue-800: #142A6C;
--royal-blue-900: #0D1B45;
--royal-blue-950: #08112B;
}