Royal Blue
#577CF4
BlueColor Codes
All color formats for development
HEX
#577CF4RGB
rgb(87, 124, 244)HSL
hsl(226, 88%, 65%)OKLCH
oklch(0.621 0.184 267.8)CMYK
cmyk(64%, 49%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3864F2
2#194BF0
3#0E3EDA
4#0C35BB
5#0A2C9C
6#08237D
7#061A5D
8#04123E
9#02091F
Tints
Lighter variations
1#6889F5
2#7996F6
3#8AA3F8
4#9AB0F9
5#ABBDFA
6#BCCBFB
7#CDD8FC
8#DDE5FD
9#EEF2FE
Tones
Muted variations
1#5F80EC
2#6784E5
3#6F88DD
4#778DD5
5#7E91CD
6#8695C5
7#8E99BD
8#969DB5
9#9EA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CE #C1CEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A9 #91A9F8 | BordersInactive statesPlaceholder text |
| 400 | 577C #577CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2756 #2756F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3C #0D3CD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2F #0B2FA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0822 #082278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0516 #05164D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FE;
--royal-blue-100: #DDE5FD;
--royal-blue-200: #C1CEFB;
--royal-blue-300: #91A9F8;
--royal-blue-400: #577CF4;
--royal-blue-500: #2756F1;
--royal-blue-600: #0D3CD3;
--royal-blue-700: #0B2FA8;
--royal-blue-800: #082278;
--royal-blue-900: #05164D;
--royal-blue-950: #030E30;
}