Royal Blue
#3933E6
BlueColor Codes
All color formats for development
HEX
#3933E6RGB
rgb(57, 51, 230)HSL
hsl(242, 78%, 55%)OKLCH
oklch(0.473 0.254 272.4)CMYK
cmyk(75%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#221CE1
2#1F19C8
3#1B16AF
4#171396
5#130F7D
6#0F0C64
7#0B094B
8#080632
9#040319
Tints
Lighter variations
1#4D47E8
2#605CEB
3#7470ED
4#8884F0
5#9C99F2
6#B0ADF5
7#C4C2F7
8#D7D6FA
9#EBEBFC
Tones
Muted variations
1#413CDD
2#4945D4
3#524ECB
4#5A57C2
5#625FB9
6#6B68B0
7#7371A7
8#7C7A9E
9#848395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6560 #6560EB | Disabled statesSecondary iconsMuted text |
| 500 | 3933 #3933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F19 #1F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1814 #18149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110E #110E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C6C4F8;
--royal-blue-300: #9A97F2;
--royal-blue-400: #6560EB;
--royal-blue-500: #3933E6;
--royal-blue-600: #1F19C8;
--royal-blue-700: #18149F;
--royal-blue-800: #110E71;
--royal-blue-900: #0B0949;
--royal-blue-950: #07062D;
}