Royal Blue
#384FE0
BlueColor Codes
All color formats for development
HEX
#384FE0RGB
rgb(56, 79, 224)HSL
hsl(232, 73%, 55%)OKLCH
oklch(0.507 0.22 269.5)CMYK
cmyk(75%, 65%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223BDA
2#1E34C2
3#1B2EAA
4#172792
5#132179
6#0F1A61
7#0B1449
8#080D31
9#040718
Tints
Lighter variations
1#4C60E3
2#6072E6
3#7484E9
4#8895EC
5#9CA7F0
6#B0B9F3
7#C3CAF6
8#D7DCF9
9#EBEDFC
Tones
Muted variations
1#4155D8
2#495BCF
3#5261C7
4#5A67BF
5#626EB6
6#6B74AE
7#737AA5
8#7B809D
9#848695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CC #C6CCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA5 #9AA5EF | BordersInactive statesPlaceholder text |
| 400 | 6576 #6576E7 | Disabled statesSecondary iconsMuted text |
| 500 | 384F #384FE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E34 #1E34C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1829 #18299A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111E #111E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B13 #0B1347 | Primary textHigh emphasis contentDark headings |
| 950 | 070C #070C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E4FA;
--royal-blue-200: #C6CCF6;
--royal-blue-300: #9AA5EF;
--royal-blue-400: #6576E7;
--royal-blue-500: #384FE0;
--royal-blue-600: #1E34C2;
--royal-blue-700: #18299A;
--royal-blue-800: #111E6E;
--royal-blue-900: #0B1347;
--royal-blue-950: #070C2C;
}