Royal Blue
#4F62C9
BlueColor Codes
All color formats for development
HEX
#4F62C9RGB
rgb(79, 98, 201)HSL
hsl(231, 53%, 55%)OKLCH
oklch(0.536 0.16 272.1)CMYK
cmyk(61%, 51%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4FC1
2#3547AC
3#2E3E96
4#283581
5#212C6B
6#1A2356
7#141A40
8#0D122B
9#070915
Tints
Lighter variations
1#6171CE
2#7381D4
3#8491D9
4#96A1DF
5#A7B0E4
6#B9C0E9
7#CAD0EF
8#DCE0F4
9#EDEFFA
Tones
Muted variations
1#5666C3
2#5C6ABD
3#626EB7
4#6873B1
5#6E77AB
6#747BA5
7#7A7F9E
8#808498
9#868892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AF #A5AFE3 | BordersInactive statesPlaceholder text |
| 400 | 7685 #7685D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F62 #4F62C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3547 #3547AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A38 #2A3889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E28 #1E2862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3E | 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: #F3F5FB;
--royal-blue-100: #E4E7F7;
--royal-blue-200: #CCD2EF;
--royal-blue-300: #A5AFE3;
--royal-blue-400: #7685D5;
--royal-blue-500: #4F62C9;
--royal-blue-600: #3547AC;
--royal-blue-700: #2A3889;
--royal-blue-800: #1E2862;
--royal-blue-900: #131A3E;
--royal-blue-950: #0C1027;
}