Royal Blue
#387BE0
BlueColor Codes
All color formats for development
HEX
#387BE0RGB
rgb(56, 123, 224)HSL
hsl(216, 73%, 55%)OKLCH
oklch(0.593 0.168 258.7)CMYK
cmyk(75%, 45%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#226CDA
2#1E60C2
3#1B54AA
4#174892
5#133C79
6#0F3061
7#0B2449
8#081831
9#040C18
Tints
Lighter variations
1#4C89E3
2#6096E6
3#74A3E9
4#88B0EC
5#9CBDF0
6#B0CAF3
7#C3D8F6
8#D7E5F9
9#EBF2FC
Tones
Muted variations
1#417DD8
2#497FCF
3#5281C7
4#5A82BF
5#6284B6
6#6B86AE
7#7387A5
8#7B899D
9#848B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABC #9ABCEF | BordersInactive statesPlaceholder text |
| 400 | 6599 #6599E7 | Disabled statesSecondary iconsMuted text |
| 500 | 387B #387BE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E60 #1E60C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 184C #184C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1136 #11366E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B23 #0B2347 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E0EBFA;
--royal-blue-200: #C6D9F6;
--royal-blue-300: #9ABCEF;
--royal-blue-400: #6599E7;
--royal-blue-500: #387BE0;
--royal-blue-600: #1E60C2;
--royal-blue-700: #184C9A;
--royal-blue-800: #11366E;
--royal-blue-900: #0B2347;
--royal-blue-950: #07162C;
}