Royal Blue
#4D67FF
BlueColor Codes
All color formats for development
HEX
#4D67FFRGB
rgb(77, 103, 255)HSL
hsl(231, 100%, 65%)OKLCH
oklch(0.585 0.226 270.3)CMYK
cmyk(70%, 60%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B4BFF
2#0A2FFF
3#0023E8
4#001EC7
5#0019A6
6#001485
7#000F63
8#000A42
9#000521
Tints
Lighter variations
1#5E76FF
2#7086FF
3#8295FF
4#94A4FF
5#A6B3FF
6#B8C2FF
7#C9D1FF
8#DBE1FF
9#EDF0FF
Tones
Muted variations
1#556EF6
2#5E74ED
3#677AE4
4#7080DB
5#7987D2
6#828DC9
7#8B93C1
8#9499B8
9#9DA0AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC7 #BDC7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9B #8A9BFF | BordersInactive statesPlaceholder text |
| 400 | 4D67 #4D67FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A3C #1A3CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0022 #0022E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001B #001BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0013 #001380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000C #000C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DBE1FF;
--royal-blue-200: #BDC7FF;
--royal-blue-300: #8A9BFF;
--royal-blue-400: #4D67FF;
--royal-blue-500: #1A3CFF;
--royal-blue-600: #0022E0;
--royal-blue-700: #001BB3;
--royal-blue-800: #001380;
--royal-blue-900: #000C52;
--royal-blue-950: #000833;
}