Royal Blue
#3D62DB
BlueColor Codes
All color formats for development
HEX
#3D62DBRGB
rgb(61, 98, 219)HSL
hsl(226, 69%, 55%)OKLCH
oklch(0.54 0.19 266.9)CMYK
cmyk(72%, 55%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2750D5
2#2347BE
3#1E3EA6
4#1A358E
5#162C77
6#11235F
7#0D1B47
8#09122F
9#040918
Tints
Lighter variations
1#5072DF
2#6481E3
3#7791E6
4#8BA1EA
5#9EB1ED
6#B1C0F1
7#C5D0F4
8#D8E0F8
9#ECEFFB
Tones
Muted variations
1#4566D4
2#4D6ACC
3#556FC4
4#5D73BC
5#6577B4
6#6D7BAC
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 | 9CAF #9CAFED | BordersInactive statesPlaceholder text |
| 400 | 6885 #6885E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D62 #3D62DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2347 #2347BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C38 #1C3897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1428 #14286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1A #0D1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | 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: #9CAFED;
--royal-blue-400: #6885E3;
--royal-blue-500: #3D62DB;
--royal-blue-600: #2347BE;
--royal-blue-700: #1C3897;
--royal-blue-800: #14286C;
--royal-blue-900: #0D1A45;
--royal-blue-950: #08102B;
}