Royal Blue
#3232E7
BlueColor Codes
All color formats for development
HEX
#3232E7RGB
rgb(50, 50, 231)HSL
hsl(240, 79%, 55%)OKLCH
oklch(0.469 0.258 270.7)CMYK
cmyk(78%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1BE2
2#1818C9
3#1515B0
4#121297
5#0F0F7E
6#0C0C64
7#09094B
8#060632
9#030319
Tints
Lighter variations
1#4646E9
2#5B5BEC
3#6F6FEE
4#8484F1
5#9898F3
6#ADADF5
7#C1C1F8
8#D6D6FA
9#EAEAFD
Tones
Muted variations
1#3B3BDE
2#4444D5
3#4D4DCC
4#5656C3
5#5F5FBA
6#6868B1
7#7171A7
8#7A7A9E
9#838395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9696 #9696F3 | BordersInactive statesPlaceholder text |
| 400 | 5F5F #5F5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3232 #3232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1818 #1818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1313 #1313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FD;
--royal-blue-100: #DFDFFB;
--royal-blue-200: #C4C4F8;
--royal-blue-300: #9696F3;
--royal-blue-400: #5F5FEC;
--royal-blue-500: #3232E7;
--royal-blue-600: #1818C9;
--royal-blue-700: #1313A0;
--royal-blue-800: #0D0D72;
--royal-blue-900: #090949;
--royal-blue-950: #05052E;
}