Royal Blue
#3D42DB
BlueColor Codes
All color formats for development
HEX
#3D42DBRGB
rgb(61, 66, 219)HSL
hsl(238, 69%, 55%)OKLCH
oklch(0.484 0.226 272.7)CMYK
cmyk(72%, 70%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272DD5
2#2328BE
3#1E23A6
4#1A1E8E
5#161977
6#11145F
7#0D0F47
8#090A2F
9#040518
Tints
Lighter variations
1#5055DF
2#6468E3
3#777BE6
4#8B8EEA
5#9EA1ED
6#B1B4F1
7#C5C6F4
8#D8D9F8
9#ECECFB
Tones
Muted variations
1#454AD4
2#4D51CC
3#5559C4
4#5D60BC
5#6567B4
6#6D6FAC
7#7476A4
8#7C7D9C
9#848594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FED | BordersInactive statesPlaceholder text |
| 400 | 686C #686CE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D42 #3D42DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2328 #2328BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C20 #1C2097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E1E2F9;
--royal-blue-200: #C7C9F5;
--royal-blue-300: #9C9FED;
--royal-blue-400: #686CE3;
--royal-blue-500: #3D42DB;
--royal-blue-600: #2328BE;
--royal-blue-700: #1C2097;
--royal-blue-800: #14176C;
--royal-blue-900: #0D0F45;
--royal-blue-950: #08092B;
}