Royal Blue
#4761D1
BlueColor Codes
All color formats for development
HEX
#4761D1RGB
rgb(71, 97, 209)HSL
hsl(229, 60%, 55%)OKLCH
oklch(0.535 0.175 269.7)CMYK
cmyk(66%, 54%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#324ECA
2#2D46B4
3#273D9D
4#223487
5#1C2B70
6#16235A
7#111A43
8#0B112D
9#060916
Tints
Lighter variations
1#5A70D6
2#6C80DA
3#7E90DF
4#91A0E3
5#A3B0E8
6#B6C0ED
7#C8CFF1
8#DADFF6
9#EDEFFA
Tones
Muted variations
1#4E65CA
2#5569C3
3#5C6EBC
4#6372B6
5#6A76AF
6#717BA8
7#787FA1
8#7E849A
9#858893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 7084 #7084DB | Disabled statesSecondary iconsMuted text |
| 500 | 4761 #4761D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D46 #2D46B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2437 #24378F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A28 #1A2866 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E6F8;
--royal-blue-200: #CAD1F2;
--royal-blue-300: #A1AEE8;
--royal-blue-400: #7084DB;
--royal-blue-500: #4761D1;
--royal-blue-600: #2D46B4;
--royal-blue-700: #24378F;
--royal-blue-800: #1A2866;
--royal-blue-900: #101941;
--royal-blue-950: #0A1029;
}