Royal Blue
#3A42DF
BlueColor Codes
All color formats for development
HEX
#3A42DFRGB
rgb(58, 66, 223)HSL
hsl(237, 72%, 55%)OKLCH
oklch(0.486 0.232 271.7)CMYK
cmyk(74%, 70%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232CD9
2#1F27C1
3#1B23A9
4#181E91
5#141979
6#101460
7#0C0F48
8#080A30
9#040518
Tints
Lighter variations
1#4D55E2
2#6168E5
3#757BE9
4#898EEC
5#9CA0EF
6#B0B3F2
7#C4C6F5
8#D8D9F9
9#EBECFC
Tones
Muted variations
1#4249D7
2#4A51CE
3#5258C6
4#5B60BE
5#6367B6
6#6B6FAD
7#7376A5
8#7C7D9D
9#848595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C8 #C6C8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9E #9A9EEF | BordersInactive statesPlaceholder text |
| 400 | 656C #656CE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A42 #3A42DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F27 #1F27C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 191F #191F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1216 #12166E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0E #0B0E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0709 #07092C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E0E2FA;
--royal-blue-200: #C6C8F6;
--royal-blue-300: #9A9EEF;
--royal-blue-400: #656CE6;
--royal-blue-500: #3A42DF;
--royal-blue-600: #1F27C1;
--royal-blue-700: #191F9A;
--royal-blue-800: #12166E;
--royal-blue-900: #0B0E46;
--royal-blue-950: #07092C;
}