Royal Blue
#3A60DF
BlueColor Codes
All color formats for development
HEX
#3A60DFRGB
rgb(58, 96, 223)HSL
hsl(226, 72%, 55%)OKLCH
oklch(0.538 0.198 266.8)CMYK
cmyk(74%, 57%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#234ED9
2#1F45C1
3#1B3CA9
4#183491
5#142B79
6#102360
7#0C1A48
8#081130
9#040918
Tints
Lighter variations
1#4D70E2
2#6180E5
3#7590E9
4#89A0EC
5#9CB0EF
6#B0BFF2
7#C4CFF5
8#D8DFF9
9#EBEFFC
Tones
Muted variations
1#4265D7
2#4A69CE
3#526DC6
4#5B72BE
5#6376B6
6#6B7BAD
7#737FA5
8#7C839D
9#848895
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D1 #C6D1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAE #9AAEEF | BordersInactive statesPlaceholder text |
| 400 | 6583 #6583E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A60 #3A60DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F45 #1F45C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1937 #19379A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1227 #12276E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B19 #0B1946 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E0E6FA;
--royal-blue-200: #C6D1F6;
--royal-blue-300: #9AAEEF;
--royal-blue-400: #6583E6;
--royal-blue-500: #3A60DF;
--royal-blue-600: #1F45C1;
--royal-blue-700: #19379A;
--royal-blue-800: #12276E;
--royal-blue-900: #0B1946;
--royal-blue-950: #07102C;
}