Royal Blue
#4F60C9
BlueColor Codes
All color formats for development
HEX
#4F60C9RGB
rgb(79, 96, 201)HSL
hsl(232, 53%, 55%)OKLCH
oklch(0.532 0.163 272.7)CMYK
cmyk(61%, 52%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4DC1
2#3545AC
3#2E3C96
4#283381
5#212B6B
6#1A2256
7#141A40
8#0D112B
9#070915
Tints
Lighter variations
1#6170CE
2#7380D4
3#848FD9
4#969FDF
5#A7AFE4
6#B9BFE9
7#CACFEF
8#DCDFF4
9#EDEFFA
Tones
Muted variations
1#5664C3
2#5C69BD
3#626DB7
4#6871B1
5#6E76AB
6#747AA5
7#7A7F9E
8#808398
9#868892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD1 #CCD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AE #A5AEE3 | BordersInactive statesPlaceholder text |
| 400 | 7683 #7683D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F60 #4F60C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3545 #3545AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A37 #2A3789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E27 #1E2762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FB;
--royal-blue-100: #E4E6F7;
--royal-blue-200: #CCD1EF;
--royal-blue-300: #A5AEE3;
--royal-blue-400: #7683D5;
--royal-blue-500: #4F60C9;
--royal-blue-600: #3545AC;
--royal-blue-700: #2A3789;
--royal-blue-800: #1E2762;
--royal-blue-900: #13193E;
--royal-blue-950: #0C1027;
}