Royal Blue
#4A5BCF
BlueColor Codes
All color formats for development
HEX
#4A5BCFRGB
rgb(74, 91, 207)HSL
hsl(232, 58%, 55%)OKLCH
oklch(0.524 0.179 272.4)CMYK
cmyk(64%, 56%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3549C7
2#2F40B1
3#29389B
4#233085
5#1D286F
6#182059
7#121842
8#0C102C
9#060816
Tints
Lighter variations
1#5C6CD4
2#6E7CD8
3#808DDD
4#929DE2
5#A4ADE7
6#B6BEEC
7#C9CEF1
8#DBDEF5
9#EDEFFA
Tones
Muted variations
1#5060C8
2#5765C1
3#5E6ABB
4#646FB4
5#6B74AE
6#7279A7
7#787EA0
8#7F829A
9#868793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD0 #CBD0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AB #A2ABE6 | BordersInactive statesPlaceholder text |
| 400 | 7280 #7280DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A5B #4A5BCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F40 #2F40B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2533 #25338D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B25 #1B2565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1117 #111740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F8;
--royal-blue-200: #CBD0F1;
--royal-blue-300: #A2ABE6;
--royal-blue-400: #7280DA;
--royal-blue-500: #4A5BCF;
--royal-blue-600: #2F40B1;
--royal-blue-700: #25338D;
--royal-blue-800: #1B2565;
--royal-blue-900: #111740;
--royal-blue-950: #0B0F28;
}