Royal Blue
#3841E0
BlueColor Codes
All color formats for development
HEX
#3841E0RGB
rgb(56, 65, 224)HSL
hsl(237, 73%, 55%)OKLCH
oklch(0.485 0.235 271.3)CMYK
cmyk(75%, 71%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222BDA
2#1E26C2
3#1B22AA
4#171D92
5#131879
6#0F1361
7#0B0E49
8#080A31
9#040518
Tints
Lighter variations
1#4C54E3
2#6067E6
3#747AE9
4#888DEC
5#9CA0F0
6#B0B3F3
7#C3C6F6
8#D7D9F9
9#EBECFC
Tones
Muted variations
1#4148D8
2#4950CF
3#5257C7
4#5A5FBF
5#6267B6
6#6B6EAE
7#7376A5
8#7B7D9D
9#848595
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 | C6C8 #C6C8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9E #9A9EEF | BordersInactive statesPlaceholder text |
| 400 | 656B #656BE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3841 #3841E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E26 #1E26C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181F #181F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1116 #11166E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0E #0B0E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0709 #07092C | 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: #C6C8F6;
--royal-blue-300: #9A9EEF;
--royal-blue-400: #656BE7;
--royal-blue-500: #3841E0;
--royal-blue-600: #1E26C2;
--royal-blue-700: #181F9A;
--royal-blue-800: #11166E;
--royal-blue-900: #0B0E47;
--royal-blue-950: #07092C;
}