Royal Blue
#4956D0
BlueColor Codes
All color formats for development
HEX
#4956D0RGB
rgb(73, 86, 208)HSL
hsl(234, 59%, 55%)OKLCH
oklch(0.515 0.187 273.3)CMYK
cmyk(65%, 59%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3443C9
2#2E3BB2
3#28349C
4#232C86
5#1D256F
6#171E59
7#111643
8#0C0F2D
9#060716
Tints
Lighter variations
1#5B67D5
2#6D78D9
3#7F89DE
4#929AE3
5#A4ABE7
6#B6BBEC
7#C8CCF1
8#DBDDF6
9#EDEEFA
Tones
Muted variations
1#4F5CC9
2#5661C2
3#5D66BC
4#646CB5
5#6A71AE
6#7177A7
7#787CA1
8#7F819A
9#858793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A9 #A2A9E7 | BordersInactive statesPlaceholder text |
| 400 | 717C #717CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4956 #4956D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E3B #2E3BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252F #252F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A22 #1A2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E5F8;
--royal-blue-200: #CACEF1;
--royal-blue-300: #A2A9E7;
--royal-blue-400: #717CDA;
--royal-blue-500: #4956D0;
--royal-blue-600: #2E3BB2;
--royal-blue-700: #252F8E;
--royal-blue-800: #1A2265;
--royal-blue-900: #111641;
--royal-blue-950: #0A0D29;
}