Royal Blue
#3C5CDD
BlueColor Codes
All color formats for development
HEX
#3C5CDDRGB
rgb(60, 92, 221)HSL
hsl(228, 70%, 55%)OKLCH
oklch(0.53 0.2 268.1)CMYK
cmyk(73%, 58%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2649D7
2#2241BF
3#1D39A7
4#19318F
5#152977
6#11215F
7#0D1848
8#081030
9#040818
Tints
Lighter variations
1#4F6CE0
2#637DE3
3#768DE7
4#8A9DEA
5#9DAEEE
6#B1BEF1
7#C4CEF5
8#D8DEF8
9#EBEFFC
Tones
Muted variations
1#4461D5
2#4C66CD
3#546BC4
4#5C6FBC
5#6474B4
6#6C79AC
7#747EA4
8#7C839C
9#848794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D0 #C7D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAC #9BACED | BordersInactive statesPlaceholder text |
| 400 | 6780 #6780E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C5C #3C5CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2241 #2241BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B34 #1B3498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1325 #13256C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C18 #0C1845 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E1E6FA;
--royal-blue-200: #C7D0F5;
--royal-blue-300: #9BACED;
--royal-blue-400: #6780E4;
--royal-blue-500: #3C5CDD;
--royal-blue-600: #2241BF;
--royal-blue-700: #1B3498;
--royal-blue-800: #13256C;
--royal-blue-900: #0C1845;
--royal-blue-950: #080F2B;
}