Royal Blue
#4C59CD
BlueColor Codes
All color formats for development
HEX
#4C59CDRGB
rgb(76, 89, 205)HSL
hsl(234, 56%, 55%)OKLCH
oklch(0.52 0.178 273.6)CMYK
cmyk(63%, 57%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3846C5
2#313EAF
3#2B3699
4#252E83
5#1F276D
6#191F58
7#131742
8#0C0F2C
9#060816
Tints
Lighter variations
1#5E69D2
2#707AD7
3#828BDC
4#949BE1
5#A5ACE6
6#B7BDEB
7#C9CDF0
8#DBDEF5
9#EDEEFA
Tones
Muted variations
1#525EC6
2#5963C0
3#5F68B9
4#666DB3
5#6C73AC
6#7378A6
7#797DA0
8#7F8299
9#868793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCF #CBCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AA #A4AAE5 | BordersInactive statesPlaceholder text |
| 400 | 747E #747ED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C59 #4C59CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313E #313EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2731 #27318B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C23 #1C2363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E5F7;
--royal-blue-200: #CBCFF0;
--royal-blue-300: #A4AAE5;
--royal-blue-400: #747ED8;
--royal-blue-500: #4C59CD;
--royal-blue-600: #313EAF;
--royal-blue-700: #27318B;
--royal-blue-800: #1C2363;
--royal-blue-900: #121740;
--royal-blue-950: #0B0E28;
}