Royal Blue
#3532E7
BlueColor Codes
All color formats for development
HEX
#3532E7RGB
rgb(53, 50, 231)HSL
hsl(241, 79%, 55%)OKLCH
oklch(0.471 0.257 271.4)CMYK
cmyk(77%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E1BE2
2#1B18C9
3#1715B0
4#141297
5#110F7E
6#0D0C64
7#0A094B
8#070632
9#030319
Tints
Lighter variations
1#4946E9
2#5D5BEC
3#716FEE
4#8684F1
5#9A98F3
6#AEADF5
7#C2C1F8
8#D7D6FA
9#EBEAFD
Tones
Muted variations
1#3D3BDE
2#4644D5
3#4F4DCC
4#5856C3
5#605FBA
6#6968B1
7#7271A7
8#7B7A9E
9#838395
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 | 9896 #9896F3 | BordersInactive statesPlaceholder text |
| 400 | 625F #625FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3532 #3532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B18 #1B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1513 #1513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0D #0F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | 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: #9896F3;
--royal-blue-400: #625FEC;
--royal-blue-500: #3532E7;
--royal-blue-600: #1B18C9;
--royal-blue-700: #1513A0;
--royal-blue-800: #0F0D72;
--royal-blue-900: #0A0949;
--royal-blue-950: #06052E;
}