Royal Blue
#4D64FF
BlueColor Codes
All color formats for development
HEX
#4D64FFRGB
rgb(77, 100, 255)HSL
hsl(232, 100%, 65%)OKLCH
oklch(0.58 0.23 270.8)CMYK
cmyk(70%, 61%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B48FF
2#0A2BFF
3#001FE8
4#001BC7
5#0016A6
6#001285
7#000D63
8#000942
9#000421
Tints
Lighter variations
1#5E74FF
2#7083FF
3#8293FF
4#94A2FF
5#A6B2FF
6#B8C1FF
7#C9D1FF
8#DBE0FF
9#EDF0FF
Tones
Muted variations
1#556BF6
2#5E71ED
3#6778E4
4#707EDB
5#7985D2
6#828CC9
7#8B92C1
8#9499B8
9#9D9FAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE0 #DBE0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC6 #BDC6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A99 #8A99FF | BordersInactive statesPlaceholder text |
| 400 | 4D64 #4D64FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A38 #1A38FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001E #001EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0018 #0018B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0011 #001180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000B #000B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0007 #000733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DBE0FF;
--royal-blue-200: #BDC6FF;
--royal-blue-300: #8A99FF;
--royal-blue-400: #4D64FF;
--royal-blue-500: #1A38FF;
--royal-blue-600: #001EE0;
--royal-blue-700: #0018B3;
--royal-blue-800: #001180;
--royal-blue-900: #000B52;
--royal-blue-950: #000733;
}