Royal Blue
#3C7CDD
BlueColor Codes
All color formats for development
HEX
#3C7CDDRGB
rgb(60, 124, 221)HSL
hsl(216, 70%, 55%)OKLCH
oklch(0.594 0.162 258.7)CMYK
cmyk(73%, 44%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#266DD7
2#2260BF
3#1D54A7
4#19488F
5#153C77
6#11305F
7#0D2448
8#081830
9#040C18
Tints
Lighter variations
1#4F89E0
2#6396E3
3#76A3E7
4#8AB1EA
5#9DBEEE
6#B1CBF1
7#C4D8F5
8#D8E5F8
9#EBF2FC
Tones
Muted variations
1#447ED5
2#4C7FCD
3#5481C4
4#5C83BC
5#6484B4
6#6C86AC
7#7487A4
8#7C899C
9#848B94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D9 #C7D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBC #9BBCED | BordersInactive statesPlaceholder text |
| 400 | 6799 #6799E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C7C #3C7CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2260 #2260BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B4D #1B4D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1337 #13376C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C23 #0C2345 | Primary textHigh emphasis contentDark headings |
| 950 | 0816 #08162B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E1EBFA;
--royal-blue-200: #C7D9F5;
--royal-blue-300: #9BBCED;
--royal-blue-400: #6799E4;
--royal-blue-500: #3C7CDD;
--royal-blue-600: #2260BF;
--royal-blue-700: #1B4D98;
--royal-blue-800: #13376C;
--royal-blue-900: #0C2345;
--royal-blue-950: #08162B;
}