Royal Blue
#3C4FDD
BlueColor Codes
All color formats for development
HEX
#3C4FDDRGB
rgb(60, 79, 221)HSL
hsl(233, 70%, 55%)OKLCH
oklch(0.506 0.215 270.5)CMYK
cmyk(73%, 64%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#263AD7
2#2234BF
3#1D2DA7
4#19278F
5#152077
6#111A5F
7#0D1348
8#080D30
9#040618
Tints
Lighter variations
1#4F60E0
2#6372E3
3#7684E7
4#8A95EA
5#9DA7EE
6#B1B8F1
7#C4CAF5
8#D8DCF8
9#EBEDFC
Tones
Muted variations
1#4455D5
2#4C5BCD
3#5461C4
4#5C67BC
5#646DB4
6#6C74AC
7#747AA4
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 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA5 #9BA5ED | BordersInactive statesPlaceholder text |
| 400 | 6776 #6776E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C4F #3C4FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2234 #2234BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B29 #1B2998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131E #131E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C13 #0C1345 | 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: #C7CCF5;
--royal-blue-300: #9BA5ED;
--royal-blue-400: #6776E4;
--royal-blue-500: #3C4FDD;
--royal-blue-600: #2234BF;
--royal-blue-700: #1B2998;
--royal-blue-800: #131E6C;
--royal-blue-900: #0C1345;
--royal-blue-950: #080C2B;
}