Royal Blue
#3C74DD
BlueColor Codes
All color formats for development
HEX
#3C74DDRGB
rgb(60, 116, 221)HSL
hsl(219, 70%, 55%)OKLCH
oklch(0.577 0.171 261.6)CMYK
cmyk(73%, 48%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2664D7
2#2259BF
3#1D4EA7
4#19428F
5#153777
6#112C5F
7#0D2148
8#081630
9#040B18
Tints
Lighter variations
1#4F82E0
2#6390E3
3#769EE7
4#8AACEA
5#9DBAEE
6#B1C7F1
7#C4D5F5
8#D8E3F8
9#EBF1FC
Tones
Muted variations
1#4477D5
2#4C79CD
3#547BC4
4#5C7EBC
5#6480B4
6#6C83AC
7#7485A4
8#7C879C
9#848A94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB8 #9BB8ED | BordersInactive statesPlaceholder text |
| 400 | 6793 #6793E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C74 #3C74DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2259 #2259BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B47 #1B4798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1332 #13326C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C20 #0C2045 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E1E9FA;
--royal-blue-200: #C7D7F5;
--royal-blue-300: #9BB8ED;
--royal-blue-400: #6793E4;
--royal-blue-500: #3C74DD;
--royal-blue-600: #2259BF;
--royal-blue-700: #1B4798;
--royal-blue-800: #13326C;
--royal-blue-900: #0C2045;
--royal-blue-950: #08142B;
}