Royal Blue
#383EE0
BlueColor Codes
All color formats for development
HEX
#383EE0RGB
rgb(56, 62, 224)HSL
hsl(238, 73%, 55%)OKLCH
oklch(0.48 0.238 271.6)CMYK
cmyk(75%, 72%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2228DA
2#1E24C2
3#1B1FAA
4#171B92
5#131679
6#0F1261
7#0B0D49
8#080931
9#040418
Tints
Lighter variations
1#4C51E3
2#6065E6
3#7478E9
4#888BEC
5#9C9FF0
6#B0B2F3
7#C3C5F6
8#D7D8F9
9#EBECFC
Tones
Muted variations
1#4146D8
2#494ECF
3#5256C7
4#5A5DBF
5#6265B6
6#6B6DAE
7#7375A5
8#7B7D9D
9#848495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C7 #C6C7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9C #9A9CEF | BordersInactive statesPlaceholder text |
| 400 | 6569 #6569E7 | Disabled statesSecondary iconsMuted text |
| 500 | 383E #383EE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E24 #1E24C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181C #181C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1114 #11146E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0D #0B0D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0708 #07082C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E0E1FA;
--royal-blue-200: #C6C7F6;
--royal-blue-300: #9A9CEF;
--royal-blue-400: #6569E7;
--royal-blue-500: #383EE0;
--royal-blue-600: #1E24C2;
--royal-blue-700: #181C9A;
--royal-blue-800: #11146E;
--royal-blue-900: #0B0D47;
--royal-blue-950: #07082C;
}