Royal Blue
#4A64CF
BlueColor Codes
All color formats for development
HEX
#4A64CFRGB
rgb(74, 100, 207)HSL
hsl(228, 58%, 55%)OKLCH
oklch(0.541 0.168 269.7)CMYK
cmyk(64%, 52%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3552C7
2#2F49B1
3#29409B
4#233785
5#1D2E6F
6#182559
7#121B42
8#0C122C
9#060916
Tints
Lighter variations
1#5C74D4
2#6E83D8
3#8093DD
4#92A2E2
5#A4B2E7
6#B6C1EC
7#C9D1F1
8#DBE0F5
9#EDF0FA
Tones
Muted variations
1#5068C8
2#576CC1
3#5E70BB
4#6474B4
5#6B78AE
6#727CA7
7#7880A0
8#7F849A
9#868893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD2 #CBD2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B0 #A2B0E6 | BordersInactive statesPlaceholder text |
| 400 | 7287 #7287DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A64 #4A64CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F49 #2F49B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253A #253A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B2A #1B2A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111B #111B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E3E7F8;
--royal-blue-200: #CBD2F1;
--royal-blue-300: #A2B0E6;
--royal-blue-400: #7287DA;
--royal-blue-500: #4A64CF;
--royal-blue-600: #2F49B1;
--royal-blue-700: #253A8D;
--royal-blue-800: #1B2A65;
--royal-blue-900: #111B40;
--royal-blue-950: #0B1128;
}