Royal Blue
#5858F3
BlueColor Codes
All color formats for development
HEX
#5858F3RGB
rgb(88, 88, 243)HSL
hsl(240, 87%, 65%)OKLCH
oklch(0.556 0.226 276.2)CMYK
cmyk(64%, 64%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3939F1
2#1A1AEF
3#0F0FD9
4#0D0DBA
5#0B0B9B
6#09097C
7#06065D
8#04043E
9#02021F
Tints
Lighter variations
1#6969F5
2#7979F6
3#8A8AF7
4#9B9BF8
5#ACACF9
6#BCBCFA
7#CDCDFC
8#DEDEFD
9#EEEEFE
Tones
Muted variations
1#6060EC
2#6868E4
3#6F6FDC
4#7777D4
5#7F7FCD
6#8787C5
7#8E8EBD
8#9696B5
9#9E9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F7 | BordersInactive statesPlaceholder text |
| 400 | 5858 #5858F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2828 #2828F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F0F #0F0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C0C #0C0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054C | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DEDEFD;
--royal-blue-200: #C1C1FB;
--royal-blue-300: #9191F7;
--royal-blue-400: #5858F3;
--royal-blue-500: #2828F0;
--royal-blue-600: #0F0FD2;
--royal-blue-700: #0C0CA7;
--royal-blue-800: #080877;
--royal-blue-900: #05054C;
--royal-blue-950: #030330;
}