Royal Blue
#4A57CF
BlueColor Codes
All color formats for development
HEX
#4A57CFRGB
rgb(74, 87, 207)HSL
hsl(234, 58%, 55%)OKLCH
oklch(0.516 0.184 273.4)CMYK
cmyk(64%, 58%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3544C7
2#2F3CB1
3#29359B
4#232D85
5#1D266F
6#181E59
7#121742
8#0C0F2C
9#060816
Tints
Lighter variations
1#5C68D4
2#6E79D8
3#8089DD
4#929AE2
5#A4ABE7
6#B6BCEC
7#C9CDF1
8#DBDDF5
9#EDEEFA
Tones
Muted variations
1#505CC8
2#5762C1
3#5E67BB
4#646CB4
5#6B72AE
6#7277A7
7#787CA0
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 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A9 #A2A9E6 | BordersInactive statesPlaceholder text |
| 400 | 727C #727CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A57 #4A57CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F3C #2F3CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2530 #25308D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B22 #1B2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111640 | 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: #E3E5F8;
--royal-blue-200: #CBCEF1;
--royal-blue-300: #A2A9E6;
--royal-blue-400: #727CDA;
--royal-blue-500: #4A57CF;
--royal-blue-600: #2F3CB1;
--royal-blue-700: #25308D;
--royal-blue-800: #1B2265;
--royal-blue-900: #111640;
--royal-blue-950: #0B0E28;
}