Royal Blue
#5757F4
BlueColor Codes
All color formats for development
HEX
#5757F4RGB
rgb(87, 87, 244)HSL
hsl(240, 88%, 65%)OKLCH
oklch(0.555 0.228 276)CMYK
cmyk(64%, 64%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3838F2
2#1919F0
3#0E0EDA
4#0C0CBB
5#0A0A9C
6#08087D
7#06065D
8#04043E
9#02021F
Tints
Lighter variations
1#6868F5
2#7979F6
3#8A8AF8
4#9A9AF9
5#ABABFA
6#BCBCFB
7#CDCDFC
8#DDDDFD
9#EEEEFE
Tones
Muted variations
1#5F5FEC
2#6767E5
3#6F6FDD
4#7777D5
5#7E7ECD
6#8686C5
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 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C1 #C1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9191 #9191F8 | BordersInactive statesPlaceholder text |
| 400 | 5757 #5757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2727 #2727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D0D #0D0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B0B #0B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0808 #080878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0505 #05054D | 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: #DDDDFD;
--royal-blue-200: #C1C1FB;
--royal-blue-300: #9191F8;
--royal-blue-400: #5757F4;
--royal-blue-500: #2727F1;
--royal-blue-600: #0D0DD3;
--royal-blue-700: #0B0BA8;
--royal-blue-800: #080878;
--royal-blue-900: #05054D;
--royal-blue-950: #030330;
}