Royal Blue
#4446D5
BlueColor Codes
All color formats for development
HEX
#4446D5RGB
rgb(68, 70, 213)HSL
hsl(239, 63%, 55%)OKLCH
oklch(0.489 0.213 274.6)CMYK
cmyk(68%, 67%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F31CE
2#2A2CB7
3#2426A0
4#1F2189
5#1A1B72
6#15165B
7#101045
8#0A0B2E
9#050517
Tints
Lighter variations
1#5759D9
2#696BDD
3#7C7EE1
4#8F90E6
5#A1A3EA
6#B4B5EE
7#C7C8F2
8#DADAF7
9#ECEDFB
Tones
Muted variations
1#4B4DCD
2#5254C6
3#5A5BBF
4#6162B8
5#6869B0
6#6F70A9
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 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA1 #9FA1E9 | BordersInactive statesPlaceholder text |
| 400 | 6E6F #6E6FDE | Disabled statesSecondary iconsMuted text |
| 500 | 4446 #4446D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2C #2A2CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2123 #212391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1819 #181968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | 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: #C9CAF3;
--royal-blue-300: #9FA1E9;
--royal-blue-400: #6E6FDE;
--royal-blue-500: #4446D5;
--royal-blue-600: #2A2CB7;
--royal-blue-700: #212391;
--royal-blue-800: #181968;
--royal-blue-900: #0F1043;
--royal-blue-950: #090A2A;
}