Royal Blue
#3C51DD
BlueColor Codes
All color formats for development
HEX
#3C51DDRGB
rgb(60, 81, 221)HSL
hsl(232, 70%, 55%)OKLCH
oklch(0.51 0.213 270.2)CMYK
cmyk(73%, 63%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#263DD7
2#2237BF
3#1D30A7
4#19298F
5#152277
6#111B5F
7#0D1448
8#080E30
9#040718
Tints
Lighter variations
1#4F63E0
2#6374E3
3#7685E7
4#8A97EA
5#9DA8EE
6#B1BAF1
7#C4CBF5
8#D8DCF8
9#EBEEFC
Tones
Muted variations
1#4457D5
2#4C5DCD
3#5463C4
4#5C69BC
5#646FB4
6#6C75AC
7#747BA4
8#7C809C
9#848694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CD #C7CDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA6 #9BA6ED | BordersInactive statesPlaceholder text |
| 400 | 6778 #6778E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C51 #3C51DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2237 #2237BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B2B #1B2B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131F #131F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C14 #0C1445 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E4FA;
--royal-blue-200: #C7CDF5;
--royal-blue-300: #9BA6ED;
--royal-blue-400: #6778E4;
--royal-blue-500: #3C51DD;
--royal-blue-600: #2237BF;
--royal-blue-700: #1B2B98;
--royal-blue-800: #131F6C;
--royal-blue-900: #0C1445;
--royal-blue-950: #080C2B;
}