Royal Blue
#4132E7
BlueColor Codes
All color formats for development
HEX
#4132E7RGB
rgb(65, 50, 231)HSL
hsl(245, 79%, 55%)OKLCH
oklch(0.477 0.254 274.6)CMYK
cmyk(72%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1BE2
2#2618C9
3#2215B0
4#1D1297
5#180F7E
6#130C64
7#0E094B
8#0A0632
9#050319
Tints
Lighter variations
1#5446E9
2#675BEC
3#7A6FEE
4#8D84F1
5#A098F3
6#B3ADF5
7#C6C1F8
8#D9D6FA
9#ECEAFD
Tones
Muted variations
1#483BDE
2#5044D5
3#574DCC
4#5F56C3
5#665FBA
6#6E68B1
7#7671A7
8#7D7A9E
9#858395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E96 #9E96F3 | BordersInactive statesPlaceholder text |
| 400 | 6B5F #6B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4132 #4132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2618 #2618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E13 #1E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160D #160D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E1DFFB;
--royal-blue-200: #C8C4F8;
--royal-blue-300: #9E96F3;
--royal-blue-400: #6B5FEC;
--royal-blue-500: #4132E7;
--royal-blue-600: #2618C9;
--royal-blue-700: #1E13A0;
--royal-blue-800: #160D72;
--royal-blue-900: #0E0949;
--royal-blue-950: #09052E;
}