Royal Blue
#384CE0
BlueColor Codes
All color formats for development
HEX
#384CE0RGB
rgb(56, 76, 224)HSL
hsl(233, 73%, 55%)OKLCH
oklch(0.502 0.223 269.9)CMYK
cmyk(75%, 66%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2238DA
2#1E31C2
3#1B2BAA
4#172592
5#131F79
6#0F1961
7#0B1349
8#080C31
9#040618
Tints
Lighter variations
1#4C5EE3
2#6070E6
3#7482E9
4#8894EC
5#9CA6F0
6#B0B7F3
7#C3C9F6
8#D7DBF9
9#EBEDFC
Tones
Muted variations
1#4152D8
2#4959CF
3#525FC7
4#5A66BF
5#626CB6
6#6B73AE
7#7379A5
8#7B7F9D
9#848695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CB #C6CBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA4 #9AA4EF | BordersInactive statesPlaceholder text |
| 400 | 6574 #6574E7 | Disabled statesSecondary iconsMuted text |
| 500 | 384C #384CE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E31 #1E31C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1827 #18279A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111C #111C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B12 #0B1247 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E3FA;
--royal-blue-200: #C6CBF6;
--royal-blue-300: #9AA4EF;
--royal-blue-400: #6574E7;
--royal-blue-500: #384CE0;
--royal-blue-600: #1E31C2;
--royal-blue-700: #18279A;
--royal-blue-800: #111C6E;
--royal-blue-900: #0B1247;
--royal-blue-950: #070B2C;
}