Royal Blue
#3E2EEA
BlueColor Codes
All color formats for development
HEX
#3E2EEARGB
rgb(62, 46, 234)HSL
hsl(245, 82%, 55%)OKLCH
oklch(0.475 0.261 273.8)CMYK
cmyk(74%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2817E6
2#2414CC
3#1F12B3
4#1B0F99
5#160D80
6#120A66
7#0D084D
8#090533
9#04031A
Tints
Lighter variations
1#5143EC
2#6458EE
3#786DF1
4#8B82F3
5#9E97F5
6#B2ABF7
7#C5C0F9
8#D8D5FB
9#ECEAFD
Tones
Muted variations
1#4638E1
2#4E41D8
3#554ACE
4#5D54C5
5#655DBB
6#6D67B2
7#7570A8
8#7D799F
9#848396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F4 | BordersInactive statesPlaceholder text |
| 400 | 695D #695DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3E2E #3E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2414 #2414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C10 #1C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074A | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DFFC;
--royal-blue-200: #C7C3F9;
--royal-blue-300: #9C94F4;
--royal-blue-400: #695DEF;
--royal-blue-500: #3E2EEA;
--royal-blue-600: #2414CC;
--royal-blue-700: #1C10A2;
--royal-blue-800: #140B74;
--royal-blue-900: #0D074A;
--royal-blue-950: #08052E;
}