Royal Blue
#3D40DB
BlueColor Codes
All color formats for development
HEX
#3D40DBRGB
rgb(61, 64, 219)HSL
hsl(239, 69%, 55%)OKLCH
oklch(0.481 0.228 272.9)CMYK
cmyk(72%, 71%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#272AD5
2#2325BE
3#1E21A6
4#1A1C8E
5#161777
6#11135F
7#0D0E47
8#09092F
9#040518
Tints
Lighter variations
1#5053DF
2#6466E3
3#7779E6
4#8B8CEA
5#9E9FED
6#B1B2F1
7#C5C6F4
8#D8D9F8
9#ECECFB
Tones
Muted variations
1#4547D4
2#4D4FCC
3#5557C4
4#5D5EBC
5#6566B4
6#6D6EAC
7#7475A4
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 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C8 #C7C8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9D #9C9DED | BordersInactive statesPlaceholder text |
| 400 | 686A #686AE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D40 #3D40DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2325 #2325BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1E #1C1E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1415 #14156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E1E1F9;
--royal-blue-200: #C7C8F5;
--royal-blue-300: #9C9DED;
--royal-blue-400: #686AE3;
--royal-blue-500: #3D40DB;
--royal-blue-600: #2325BE;
--royal-blue-700: #1C1E97;
--royal-blue-800: #14156C;
--royal-blue-900: #0D0E45;
--royal-blue-950: #08082B;
}