Royal Blue
#3C6FDD
BlueColor Codes
All color formats for development
HEX
#3C6FDDRGB
rgb(60, 111, 221)HSL
hsl(221, 70%, 55%)OKLCH
oklch(0.567 0.177 263.2)CMYK
cmyk(73%, 50%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#265ED7
2#2253BF
3#1D49A7
4#193F8F
5#153477
6#112A5F
7#0D1F48
8#081530
9#040A18
Tints
Lighter variations
1#4F7DE0
2#638CE3
3#769AE7
4#8AA8EA
5#9DB7EE
6#B1C5F1
7#C4D4F5
8#D8E2F8
9#EBF1FC
Tones
Muted variations
1#4472D5
2#4C75CD
3#5478C4
4#5C7BBC
5#647EB4
6#6C80AC
7#7483A4
8#7C869C
9#848994
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB5 #9BB5ED | BordersInactive statesPlaceholder text |
| 400 | 678F #678FE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C6F #3C6FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2253 #2253BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B42 #1B4298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 132F #132F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1E #0C1E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E9FA;
--royal-blue-200: #C7D5F5;
--royal-blue-300: #9BB5ED;
--royal-blue-400: #678FE4;
--royal-blue-500: #3C6FDD;
--royal-blue-600: #2253BF;
--royal-blue-700: #1B4298;
--royal-blue-800: #132F6C;
--royal-blue-900: #0C1E45;
--royal-blue-950: #08132B;
}