Royal Blue
#3884E0
BlueColor Codes
All color formats for development
HEX
#3884E0RGB
rgb(56, 132, 224)HSL
hsl(213, 73%, 55%)OKLCH
oklch(0.612 0.158 255.1)CMYK
cmyk(75%, 41%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2275DA
2#1E68C2
3#1B5BAA
4#174E92
5#134179
6#0F3461
7#0B2749
8#081A31
9#040D18
Tints
Lighter variations
1#4C90E3
2#609CE6
3#74A9E9
4#88B5EC
5#9CC1F0
6#B0CEF3
7#C3DAF6
8#D7E6F9
9#EBF3FC
Tones
Muted variations
1#4185D8
2#4986CF
3#5286C7
4#5A87BF
5#6288B6
6#6B89AE
7#738AA5
8#7B8B9D
9#848B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC0 #9AC0EF | BordersInactive statesPlaceholder text |
| 400 | 659F #659FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3884 #3884E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E68 #1E68C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1853 #18539A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113B #113B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B26 #0B2647 | Primary textHigh emphasis contentDark headings |
| 950 | 0718 #07182C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E0ECFA;
--royal-blue-200: #C6DBF6;
--royal-blue-300: #9AC0EF;
--royal-blue-400: #659FE7;
--royal-blue-500: #3884E0;
--royal-blue-600: #1E68C2;
--royal-blue-700: #18539A;
--royal-blue-800: #113B6E;
--royal-blue-900: #0B2647;
--royal-blue-950: #07182C;
}