Royal Blue
#4E61CA
BlueColor Codes
All color formats for development
HEX
#4E61CARGB
rgb(78, 97, 202)HSL
hsl(231, 54%, 55%)OKLCH
oklch(0.534 0.163 272)CMYK
cmyk(61%, 52%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A4FC2
2#3446AD
3#2D3D97
4#273482
5#202C6C
6#1A2356
7#131A41
8#0D112B
9#060916
Tints
Lighter variations
1#6071CF
2#7280D5
3#8390DA
4#95A0DF
5#A7B0E5
6#B8C0EA
7#CAD0EF
8#DCDFF4
9#EDEFFA
Tones
Muted variations
1#5465C4
2#5B6ABE
3#616EB8
4#6772B1
5#6D77AB
6#737BA5
7#7A7F9F
8#808499
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 #CCD1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AE #A5AEE4 | BordersInactive statesPlaceholder text |
| 400 | 7684 #7684D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E61 #4E61CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3446 #3446AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2938 #293889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D28 #1D2862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1319 #13193F | 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: #CCD1F0;
--royal-blue-300: #A5AEE4;
--royal-blue-400: #7684D6;
--royal-blue-500: #4E61CA;
--royal-blue-600: #3446AD;
--royal-blue-700: #293889;
--royal-blue-800: #1D2862;
--royal-blue-900: #13193F;
--royal-blue-950: #0C1027;
}