Royal Blue
#3A2AEF
BlueColor Codes
All color formats for development
HEX
#3A2AEFRGB
rgb(58, 42, 239)HSL
hsl(245, 86%, 55%)OKLCH
oklch(0.474 0.27 272.6)CMYK
cmyk(76%, 82%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2412EB
2#2010D1
3#1C0EB7
4#180C9D
5#140A82
6#100868
7#0C064E
8#080434
9#04021A
Tints
Lighter variations
1#4E3FF1
2#6154F2
3#756AF4
4#897FF5
5#9D94F7
6#B0AAF9
7#C4BFFA
8#D8D4FC
9#EBEAFD
Tones
Muted variations
1#4233E5
2#4A3DDB
3#5347D1
4#5B51C7
5#635BBE
6#6B65B4
7#746FAA
8#7C79A0
9#848296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A92 #9A92F7 | BordersInactive statesPlaceholder text |
| 400 | 6659 #6659F3 | Disabled statesSecondary iconsMuted text |
| 500 | 3A2A #3A2AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2010 #2010D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 190C #190CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1209 #120977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C06 #0C064C | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DEFD;
--royal-blue-200: #C6C1FA;
--royal-blue-300: #9A92F7;
--royal-blue-400: #6659F3;
--royal-blue-500: #3A2AEF;
--royal-blue-600: #2010D1;
--royal-blue-700: #190CA6;
--royal-blue-800: #120977;
--royal-blue-900: #0C064C;
--royal-blue-950: #07042F;
}