Royal Blue
#3881E0
BlueColor Codes
All color formats for development
HEX
#3881E0RGB
rgb(56, 129, 224)HSL
hsl(214, 73%, 55%)OKLCH
oklch(0.606 0.162 256.4)CMYK
cmyk(75%, 42%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2272DA
2#1E65C2
3#1B59AA
4#174C92
5#133F79
6#0F3361
7#0B2649
8#081931
9#040D18
Tints
Lighter variations
1#4C8EE3
2#609AE6
3#74A7E9
4#88B3EC
5#9CC0F0
6#B0CDF3
7#C3D9F6
8#D7E6F9
9#EBF2FC
Tones
Muted variations
1#4182D8
2#4983CF
3#5284C7
4#5A86BF
5#6287B6
6#6B88AE
7#7389A5
8#7B8A9D
9#848B95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABF #9ABFEF | BordersInactive statesPlaceholder text |
| 400 | 659D #659DE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3881 #3881E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E65 #1E65C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1851 #18519A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113A #113A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B25 #0B2547 | Primary textHigh emphasis contentDark headings |
| 950 | 0717 #07172C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F7FD;
--royal-blue-100: #E0EBFA;
--royal-blue-200: #C6DBF6;
--royal-blue-300: #9ABFEF;
--royal-blue-400: #659DE7;
--royal-blue-500: #3881E0;
--royal-blue-600: #1E65C2;
--royal-blue-700: #18519A;
--royal-blue-800: #113A6E;
--royal-blue-900: #0B2547;
--royal-blue-950: #07172C;
}