Royal Blue
#3B2EEA
BlueColor Codes
All color formats for development
HEX
#3B2EEARGB
rgb(59, 46, 234)HSL
hsl(244, 82%, 55%)OKLCH
oklch(0.473 0.262 273)CMYK
cmyk(75%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2517E6
2#2014CC
3#1C12B3
4#180F99
5#140D80
6#100A66
7#0C084D
8#080533
9#04031A
Tints
Lighter variations
1#4E43EC
2#6258EE
3#766DF1
4#8982F3
5#9D97F5
6#B0ABF7
7#C4C0F9
8#D8D5FB
9#EBEAFD
Tones
Muted variations
1#4338E1
2#4B41D8
3#534ACE
4#5B54C5
5#635DBB
6#6C67B2
7#7470A8
8#7C799F
9#848396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B94 #9B94F4 | BordersInactive statesPlaceholder text |
| 400 | 665D #665DEF | Disabled statesSecondary iconsMuted text |
| 500 | 3B2E #3B2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2014 #2014CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A10 #1A10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120B #120B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C07 #0C074A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DFFC;
--royal-blue-200: #C6C3F9;
--royal-blue-300: #9B94F4;
--royal-blue-400: #665DEF;
--royal-blue-500: #3B2EEA;
--royal-blue-600: #2014CC;
--royal-blue-700: #1A10A2;
--royal-blue-800: #120B74;
--royal-blue-900: #0C074A;
--royal-blue-950: #07052E;
}