Royal Blue
#3D3DDB
BlueColor Codes
All color formats for development
HEX
#3D3DDBRGB
rgb(61, 61, 219)HSL
hsl(240, 69%, 55%)OKLCH
oklch(0.477 0.231 273.3)CMYK
cmyk(72%, 72%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2727D5
2#2323BE
3#1E1EA6
4#1A1A8E
5#161677
6#11115F
7#0D0D47
8#09092F
9#040418
Tints
Lighter variations
1#5050DF
2#6464E3
3#7777E6
4#8B8BEA
5#9E9EED
6#B1B1F1
7#C5C5F4
8#D8D8F8
9#ECECFB
Tones
Muted variations
1#4545D4
2#4D4DCC
3#5555C4
4#5D5DBC
5#6565B4
6#6D6DAC
7#7474A4
8#7C7C9C
9#848494
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 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CED | BordersInactive statesPlaceholder text |
| 400 | 6868 #6868E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D3D #3D3DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2323 #2323BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1C #1C1C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | 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: #C7C7F5;
--royal-blue-300: #9C9CED;
--royal-blue-400: #6868E3;
--royal-blue-500: #3D3DDB;
--royal-blue-600: #2323BE;
--royal-blue-700: #1C1C97;
--royal-blue-800: #14146C;
--royal-blue-900: #0D0D45;
--royal-blue-950: #08082B;
}