Royal Blue
#3A34E5
BlueColor Codes
All color formats for development
HEX
#3A34E5RGB
rgb(58, 52, 229)HSL
hsl(242, 77%, 55%)OKLCH
oklch(0.474 0.252 272.7)CMYK
cmyk(75%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#241DDF
2#201AC7
3#1C17AE
4#181395
5#14107C
6#100D63
7#0C0A4A
8#080632
9#040319
Tints
Lighter variations
1#4E48E7
2#615DEA
3#7571ED
4#8985EF
5#9C99F2
6#B0AEF4
7#C4C2F7
8#D8D6FA
9#EBEBFC
Tones
Muted variations
1#423DDC
2#4A46D3
3#534ECA
4#5B57C1
5#6360B8
6#6B69B0
7#7472A7
8#7C7B9E
9#848395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6661 #6661EA | Disabled statesSecondary iconsMuted text |
| 500 | 3A34 #3A34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 201A #201AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1915 #19159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120F #120F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C6C4F7;
--royal-blue-300: #9A97F2;
--royal-blue-400: #6661EA;
--royal-blue-500: #3A34E5;
--royal-blue-600: #201AC7;
--royal-blue-700: #19159E;
--royal-blue-800: #120F71;
--royal-blue-900: #0B0948;
--royal-blue-950: #07062D;
}