Royal Blue
#4444D5
BlueColor Codes
All color formats for development
HEX
#4444D5RGB
rgb(68, 68, 213)HSL
hsl(240, 63%, 55%)OKLCH
oklch(0.486 0.215 274.9)CMYK
cmyk(68%, 68%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F2FCE
2#2A2AB7
3#2424A0
4#1F1F89
5#1A1A72
6#15155B
7#101045
8#0A0A2E
9#050517
Tints
Lighter variations
1#5757D9
2#6969DD
3#7C7CE1
4#8F8FE6
5#A1A1EA
6#B4B4EE
7#C7C7F2
8#DADAF7
9#ECECFB
Tones
Muted variations
1#4B4BCD
2#5252C6
3#5A5ABF
4#6161B8
5#6868B0
6#6F6FA9
7#7777A2
8#7E7E9B
9#858593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FE9 | BordersInactive statesPlaceholder text |
| 400 | 6E6E #6E6EDE | Disabled statesSecondary iconsMuted text |
| 500 | 4444 #4444D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2A #2A2AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2121 #212191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1818 #181868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E2F8;
--royal-blue-200: #C9C9F3;
--royal-blue-300: #9F9FE9;
--royal-blue-400: #6E6EDE;
--royal-blue-500: #4444D5;
--royal-blue-600: #2A2AB7;
--royal-blue-700: #212191;
--royal-blue-800: #181868;
--royal-blue-900: #0F0F43;
--royal-blue-950: #09092A;
}