Royal Blue
#3D45DB
BlueColor Codes
All color formats for development
HEX
#3D45DBRGB
rgb(61, 69, 219)HSL
hsl(237, 69%, 55%)OKLCH
oklch(0.489 0.223 272.3)CMYK
cmyk(72%, 68%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2730D5
2#232BBE
3#1E25A6
4#1A208E
5#161B77
6#11155F
7#0D1047
8#090B2F
9#040518
Tints
Lighter variations
1#5058DF
2#646AE3
3#777DE6
4#8B8FEA
5#9EA2ED
6#B1B5F1
7#C5C7F4
8#D8DAF8
9#ECECFB
Tones
Muted variations
1#454CD4
2#4D53CC
3#555AC4
4#5D61BC
5#6569B4
6#6D70AC
7#7477A4
8#7C7E9C
9#848594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0ED | BordersInactive statesPlaceholder text |
| 400 | 686E #686EE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D45 #3D45DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 232B #232BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C22 #1C2297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1418 #14186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E2F9;
--royal-blue-200: #C7C9F5;
--royal-blue-300: #9CA0ED;
--royal-blue-400: #686EE3;
--royal-blue-500: #3D45DB;
--royal-blue-600: #232BBE;
--royal-blue-700: #1C2297;
--royal-blue-800: #14186C;
--royal-blue-900: #0D0F45;
--royal-blue-950: #080A2B;
}