Royal Blue
#4A50CF
BlueColor Codes
All color formats for development
HEX
#4A50CFRGB
rgb(74, 80, 207)HSL
hsl(237, 58%, 55%)OKLCH
oklch(0.504 0.192 275)CMYK
cmyk(64%, 61%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#353CC7
2#2F36B1
3#292F9B
4#232885
5#1D226F
6#181B59
7#121442
8#0C0D2C
9#060716
Tints
Lighter variations
1#5C62D4
2#6E73D8
3#8085DD
4#9296E2
5#A4A8E7
6#B6B9EC
7#C9CBF1
8#DBDCF5
9#EDEEFA
Tones
Muted variations
1#5056C8
2#575CC1
3#5E62BB
4#6468B4
5#6B6EAE
6#7274A7
7#787AA0
8#7F809A
9#868693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A6 #A2A6E6 | BordersInactive statesPlaceholder text |
| 400 | 7277 #7277DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A50 #4A50CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F36 #2F36B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252B #252B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1E #1B1E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1114 #111440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E4F8;
--royal-blue-200: #CBCDF1;
--royal-blue-300: #A2A6E6;
--royal-blue-400: #7277DA;
--royal-blue-500: #4A50CF;
--royal-blue-600: #2F36B1;
--royal-blue-700: #252B8D;
--royal-blue-800: #1B1E65;
--royal-blue-900: #111440;
--royal-blue-950: #0B0C28;
}