Royal Blue
#4A4ACF
BlueColor Codes
All color formats for development
HEX
#4A4ACFRGB
rgb(74, 74, 207)HSL
hsl(240, 58%, 55%)OKLCH
oklch(0.494 0.199 276.2)CMYK
cmyk(64%, 64%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3535C7
2#2F2FB1
3#29299B
4#232385
5#1D1D6F
6#181859
7#121242
8#0C0C2C
9#060616
Tints
Lighter variations
1#5C5CD4
2#6E6ED8
3#8080DD
4#9292E2
5#A4A4E7
6#B6B6EC
7#C9C9F1
8#DBDBF5
9#EDEDFA
Tones
Muted variations
1#5050C8
2#5757C1
3#5E5EBB
4#6464B4
5#6B6BAE
6#7272A7
7#7878A0
8#7F7F9A
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E6 | BordersInactive statesPlaceholder text |
| 400 | 7272 #7272DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4A #4A4ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F2F #2F2FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F8;
--royal-blue-200: #CBCBF1;
--royal-blue-300: #A2A2E6;
--royal-blue-400: #7272DA;
--royal-blue-500: #4A4ACF;
--royal-blue-600: #2F2FB1;
--royal-blue-700: #25258D;
--royal-blue-800: #1B1B65;
--royal-blue-900: #111140;
--royal-blue-950: #0B0B28;
}