Royal Blue
#4C4CCD
BlueColor Codes
All color formats for development
HEX
#4C4CCDRGB
rgb(76, 76, 205)HSL
hsl(240, 56%, 55%)OKLCH
oklch(0.497 0.194 276.7)CMYK
cmyk(63%, 63%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3838C5
2#3131AF
3#2B2B99
4#252583
5#1F1F6D
6#191958
7#131342
8#0C0C2C
9#060616
Tints
Lighter variations
1#5E5ED2
2#7070D7
3#8282DC
4#9494E1
5#A5A5E6
6#B7B7EB
7#C9C9F0
8#DBDBF5
9#EDEDFA
Tones
Muted variations
1#5252C6
2#5959C0
3#5F5FB9
4#6666B3
5#6C6CAC
6#7373A6
7#7979A0
8#7F7F99
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7474 #7474D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C4C #4C4CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3131 #3131AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2727 #27278B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1C #1C1C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #121240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F7;
--royal-blue-200: #CBCBF0;
--royal-blue-300: #A4A4E5;
--royal-blue-400: #7474D8;
--royal-blue-500: #4C4CCD;
--royal-blue-600: #3131AF;
--royal-blue-700: #27278B;
--royal-blue-800: #1C1C63;
--royal-blue-900: #121240;
--royal-blue-950: #0B0B28;
}