Royal Blue
#4A67CF
BlueColor Codes
All color formats for development
HEX
#4A67CFRGB
rgb(74, 103, 207)HSL
hsl(227, 58%, 55%)OKLCH
oklch(0.547 0.164 268.8)CMYK
cmyk(64%, 50%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3555C7
2#2F4BB1
3#29429B
4#233885
5#1D2F6F
6#182659
7#121C42
8#0C132C
9#060916
Tints
Lighter variations
1#5C76D4
2#6E85D8
3#8094DD
4#92A4E2
5#A4B3E7
6#B6C2EC
7#C9D1F1
8#DBE1F5
9#EDF0FA
Tones
Muted variations
1#506AC8
2#576EC1
3#5E72BB
4#6476B4
5#6B79AE
6#727DA7
7#7881A0
8#7F859A
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 | CBD3 #CBD3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B1 #A2B1E6 | BordersInactive statesPlaceholder text |
| 400 | 7288 #7288DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A67 #4A67CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F4B #2F4BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253C #253C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B2B #1B2B65 | 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: #CBD3F1;
--royal-blue-300: #A2B1E6;
--royal-blue-400: #7288DA;
--royal-blue-500: #4A67CF;
--royal-blue-600: #2F4BB1;
--royal-blue-700: #253C8D;
--royal-blue-800: #1B2B65;
--royal-blue-900: #111B40;
--royal-blue-950: #0B1128;
}