Royal Blue
#3C54DD
BlueColor Codes
All color formats for development
HEX
#3C54DDRGB
rgb(60, 84, 221)HSL
hsl(231, 70%, 55%)OKLCH
oklch(0.515 0.209 269.7)CMYK
cmyk(73%, 62%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2640D7
2#2239BF
3#1D32A7
4#192B8F
5#152477
6#111D5F
7#0D1548
8#080E30
9#040718
Tints
Lighter variations
1#4F65E0
2#6376E3
3#7687E7
4#8A98EA
5#9DAAEE
6#B1BBF1
7#C4CCF5
8#D8DDF8
9#EBEEFC
Tones
Muted variations
1#445AD5
2#4C5FCD
3#5465C4
4#5C6BBC
5#6470B4
6#6C76AC
7#747BA4
8#7C819C
9#848794
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CE #C7CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA8 #9BA8ED | BordersInactive statesPlaceholder text |
| 400 | 677A #677AE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C54 #3C54DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2239 #2239BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B2E #1B2E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1321 #13216C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C15 #0C1545 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E1E4FA;
--royal-blue-200: #C7CEF5;
--royal-blue-300: #9BA8ED;
--royal-blue-400: #677AE4;
--royal-blue-500: #3C54DD;
--royal-blue-600: #2239BF;
--royal-blue-700: #1B2E98;
--royal-blue-800: #13216C;
--royal-blue-900: #0C1545;
--royal-blue-950: #080D2B;
}