Royal Blue
#5032E7
BlueColor Codes
All color formats for development
HEX
#5032E7RGB
rgb(80, 50, 231)HSL
hsl(250, 79%, 55%)OKLCH
oklch(0.488 0.251 279.2)CMYK
cmyk(65%, 78%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C1BE2
2#3518C9
3#2E15B0
4#281297
5#210F7E
6#1B0C64
7#14094B
8#0D0632
9#070319
Tints
Lighter variations
1#6146E9
2#735BEC
3#846FEE
4#9684F1
5#A798F3
6#B9ADF5
7#CAC1F8
8#DCD6FA
9#EDEAFD
Tones
Muted variations
1#563BDE
2#5C44D5
3#624DCC
4#6856C3
5#6E5FBA
6#7468B1
7#7A71A7
8#807A9E
9#868395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A596 #A596F3 | BordersInactive statesPlaceholder text |
| 400 | 775F #775FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5032 #5032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3518 #3518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A13 #2A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CCC4F8;
--royal-blue-300: #A596F3;
--royal-blue-400: #775FEC;
--royal-blue-500: #5032E7;
--royal-blue-600: #3518C9;
--royal-blue-700: #2A13A0;
--royal-blue-800: #1E0D72;
--royal-blue-900: #130949;
--royal-blue-950: #0C052E;
}