Royal Blue
#584DFF
BlueColor Codes
All color formats for development
HEX
#584DFFRGB
rgb(88, 77, 255)HSL
hsl(244, 100%, 65%)OKLCH
oklch(0.55 0.252 276.9)CMYK
cmyk(65%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#392BFF
2#1B0AFF
3#0F00E8
4#0D00C7
5#0B00A6
6#090085
7#070063
8#040042
9#020021
Tints
Lighter variations
1#695EFF
2#7A70FF
3#8A82FF
4#9B94FF
5#ACA6FF
6#BCB8FF
7#CDC9FF
8#DEDBFF
9#EEEDFF
Tones
Muted variations
1#6055F6
2#685EED
3#7067E4
4#7770DB
5#7F79D2
6#8782C9
7#8F8BC1
8#9694B8
9#9E9DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1BD #C1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 928A #928AFF | BordersInactive statesPlaceholder text |
| 400 | 584D #584DFF | Disabled statesSecondary iconsMuted text |
| 500 | 291A #291AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F00 #0F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C00 #0C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0800 #080080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0500 #050052 | Primary textHigh emphasis contentDark headings |
| 950 | 0300 #030033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FF;
--royal-blue-100: #DEDBFF;
--royal-blue-200: #C1BDFF;
--royal-blue-300: #928AFF;
--royal-blue-400: #584DFF;
--royal-blue-500: #291AFF;
--royal-blue-600: #0F00E0;
--royal-blue-700: #0C00B3;
--royal-blue-800: #080080;
--royal-blue-900: #050052;
--royal-blue-950: #030033;
}