Royal Blue
#3C3FDD
BlueColor Codes
All color formats for development
HEX
#3C3FDDRGB
rgb(60, 63, 221)HSL
hsl(239, 70%, 55%)OKLCH
oklch(0.481 0.232 272.7)CMYK
cmyk(73%, 71%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2629D7
2#2224BF
3#1D20A7
4#191B8F
5#151777
6#11125F
7#0D0E48
8#080930
9#040518
Tints
Lighter variations
1#4F52E0
2#6365E3
3#7678E7
4#8A8CEA
5#9D9FEE
6#B1B2F1
7#C4C5F5
8#D8D9F8
9#EBECFC
Tones
Muted variations
1#4446D5
2#4C4ECD
3#5456C4
4#5C5EBC
5#6465B4
6#6C6DAC
7#7475A4
8#7C7D9C
9#848494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9D #9B9DED | BordersInactive statesPlaceholder text |
| 400 | 6769 #6769E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C3F #3C3FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2224 #2224BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B1D #1B1D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1315 #13156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0D #0C0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E1E1FA;
--royal-blue-200: #C7C7F5;
--royal-blue-300: #9B9DED;
--royal-blue-400: #6769E4;
--royal-blue-500: #3C3FDD;
--royal-blue-600: #2224BF;
--royal-blue-700: #1B1D98;
--royal-blue-800: #13156C;
--royal-blue-900: #0C0D45;
--royal-blue-950: #08082B;
}