Royal Blue
#4C52CD
BlueColor Codes
All color formats for development
HEX
#4C52CDRGB
rgb(76, 82, 205)HSL
hsl(237, 56%, 55%)OKLCH
oklch(0.507 0.187 275.4)CMYK
cmyk(63%, 60%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#383FC5
2#3138AF
3#2B3199
4#252A83
5#1F236D
6#191C58
7#131542
8#0C0E2C
9#060716
Tints
Lighter variations
1#5E64D2
2#7075D7
3#8286DC
4#9497E1
5#A5A9E6
6#B7BAEB
7#C9CBF0
8#DBDCF5
9#EDEEFA
Tones
Muted variations
1#5258C6
2#595EC0
3#5F64B9
4#666AB3
5#6C6FAC
6#7375A6
7#797BA0
8#7F8199
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A7 #A4A7E5 | BordersInactive statesPlaceholder text |
| 400 | 7479 #7479D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C52 #4C52CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3138 #3138AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272C #272C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C20 #1C2063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1214 #121440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E4F7;
--royal-blue-200: #CBCDF0;
--royal-blue-300: #A4A7E5;
--royal-blue-400: #7479D8;
--royal-blue-500: #4C52CD;
--royal-blue-600: #3138AF;
--royal-blue-700: #272C8B;
--royal-blue-800: #1C2063;
--royal-blue-900: #121440;
--royal-blue-950: #0B0D28;
}