Royal Blue
#4E2EEA
BlueColor Codes
All color formats for development
HEX
#4E2EEARGB
rgb(78, 46, 234)HSL
hsl(250, 82%, 55%)OKLCH
oklch(0.485 0.257 278.5)CMYK
cmyk(67%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3917E6
2#3314CC
3#2D12B3
4#260F99
5#200D80
6#190A66
7#13084D
8#0D0533
9#06031A
Tints
Lighter variations
1#5F43EC
2#7158EE
3#836DF1
4#9582F3
5#A697F5
6#B8ABF7
7#CAC0F9
8#DCD5FB
9#EDEAFD
Tones
Muted variations
1#5438E1
2#5A41D8
3#604ACE
4#6754C5
5#6D5DBB
6#7367B2
7#7970A8
8#80799F
9#868396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A494 #A494F4 | BordersInactive statesPlaceholder text |
| 400 | 755D #755DEF | Disabled statesSecondary iconsMuted text |
| 500 | 4E2E #4E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3314 #3314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2810 #2810A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0B #1D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1207 #12074A | 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: #E3DFFC;
--royal-blue-200: #CCC3F9;
--royal-blue-300: #A494F4;
--royal-blue-400: #755DEF;
--royal-blue-500: #4E2EEA;
--royal-blue-600: #3314CC;
--royal-blue-700: #2810A2;
--royal-blue-800: #1D0B74;
--royal-blue-900: #12074A;
--royal-blue-950: #0C052E;
}