Royal Blue
#3832E7
BlueColor Codes
All color formats for development
HEX
#3832E7RGB
rgb(56, 50, 231)HSL
hsl(242, 79%, 55%)OKLCH
oklch(0.472 0.256 272.2)CMYK
cmyk(76%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#211BE2
2#1D18C9
3#1A15B0
4#161297
5#120F7E
6#0F0C64
7#0B094B
8#070632
9#040319
Tints
Lighter variations
1#4C46E9
2#605BEC
3#736FEE
4#8784F1
5#9B98F3
6#AFADF5
7#C3C1F8
8#D7D6FA
9#EBEAFD
Tones
Muted variations
1#403BDE
2#4944D5
3#514DCC
4#5956C3
5#625FBA
6#6A68B1
7#7371A7
8#7B7A9E
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 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9996 #9996F3 | BordersInactive statesPlaceholder text |
| 400 | 645F #645FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3832 #3832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D18 #1D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1713 #1713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110D #110D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | 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: #C5C4F8;
--royal-blue-300: #9996F3;
--royal-blue-400: #645FEC;
--royal-blue-500: #3832E7;
--royal-blue-600: #1D18C9;
--royal-blue-700: #1713A0;
--royal-blue-800: #110D72;
--royal-blue-900: #0B0949;
--royal-blue-950: #07052E;
}