Royal Blue
#3C47DD
BlueColor Codes
All color formats for development
HEX
#3C47DDRGB
rgb(60, 71, 221)HSL
hsl(236, 70%, 55%)OKLCH
oklch(0.493 0.224 271.7)CMYK
cmyk(73%, 68%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2632D7
2#222CBF
3#1D27A7
4#19218F
5#151C77
6#11165F
7#0D1148
8#080B30
9#040618
Tints
Lighter variations
1#4F59E0
2#636CE3
3#767EE7
4#8A90EA
5#9DA3EE
6#B1B5F1
7#C4C8F5
8#D8DAF8
9#EBEDFC
Tones
Muted variations
1#444ED5
2#4C55CD
3#545CC4
4#5C62BC
5#6469B4
6#6C70AC
7#7477A4
8#7C7E9C
9#848594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA1 #9BA1ED | BordersInactive statesPlaceholder text |
| 400 | 6770 #6770E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C47 #3C47DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222C #222CBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B23 #1B2398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1319 #13196C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C10 #0C1045 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E2FA;
--royal-blue-200: #C7CAF5;
--royal-blue-300: #9BA1ED;
--royal-blue-400: #6770E4;
--royal-blue-500: #3C47DD;
--royal-blue-600: #222CBF;
--royal-blue-700: #1B2398;
--royal-blue-800: #13196C;
--royal-blue-900: #0C1045;
--royal-blue-950: #080A2B;
}