Royal Blue
#3C3CDD
BlueColor Codes
All color formats for development
HEX
#3C3CDDRGB
rgb(60, 60, 221)HSL
hsl(240, 70%, 55%)OKLCH
oklch(0.477 0.235 273)CMYK
cmyk(73%, 73%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2626D7
2#2222BF
3#1D1DA7
4#19198F
5#151577
6#11115F
7#0D0D48
8#080830
9#040418
Tints
Lighter variations
1#4F4FE0
2#6363E3
3#7676E7
4#8A8AEA
5#9D9DEE
6#B1B1F1
7#C4C4F5
8#D8D8F8
9#EBEBFC
Tones
Muted variations
1#4444D5
2#4C4CCD
3#5454C4
4#5C5CBC
5#6464B4
6#6C6CAC
7#7474A4
8#7C7C9C
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 | 9B9B #9B9BED | BordersInactive statesPlaceholder text |
| 400 | 6767 #6767E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C3C #3C3CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2222 #2222BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B1B #1B1B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1313 #13136C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0C #0C0C45 | 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: #9B9BED;
--royal-blue-400: #6767E4;
--royal-blue-500: #3C3CDD;
--royal-blue-600: #2222BF;
--royal-blue-700: #1B1B98;
--royal-blue-800: #13136C;
--royal-blue-900: #0C0C45;
--royal-blue-950: #08082B;
}