Royal Blue
#4E2FE9
BlueColor Codes
All color formats for development
HEX
#4E2FE9RGB
rgb(78, 47, 233)HSL
hsl(250, 81%, 55%)OKLCH
oklch(0.485 0.256 278.6)CMYK
cmyk(67%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A18E4
2#3415CB
3#2D13B2
4#271098
5#200D7F
6#1A0B66
7#13084C
8#0D0533
9#060319
Tints
Lighter variations
1#6044EB
2#7259EE
3#836EF0
4#9582F2
5#A797F4
6#B8ACF6
7#CAC1F8
8#DCD5FB
9#EDEAFD
Tones
Muted variations
1#5439E0
2#5B42D7
3#614BCD
4#6754C4
5#6D5EBB
6#7367B1
7#7A70A8
8#807A9F
9#868396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F4 | BordersInactive statesPlaceholder text |
| 400 | 765D #765DEE | Disabled statesSecondary iconsMuted text |
| 500 | 4E2F #4E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3415 #3415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2911 #2911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0C #1D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #13084A | 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: #F3F1FE;
--royal-blue-100: #E4DFFC;
--royal-blue-200: #CCC3F9;
--royal-blue-300: #A595F4;
--royal-blue-400: #765DEE;
--royal-blue-500: #4E2FE9;
--royal-blue-600: #3415CB;
--royal-blue-700: #2911A2;
--royal-blue-800: #1D0C73;
--royal-blue-900: #13084A;
--royal-blue-950: #0C052E;
}