Royal Blue
#5774F4
BlueColor Codes
All color formats for development
HEX
#5774F4RGB
rgb(87, 116, 244)HSL
hsl(229, 88%, 65%)OKLCH
oklch(0.606 0.194 270.1)CMYK
cmyk(64%, 52%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#385AF2
2#1940F0
3#0E33DA
4#0C2CBB
5#0A259C
6#081D7D
7#06165D
8#040F3E
9#02071F
Tints
Lighter variations
1#6882F5
2#7990F6
3#8A9EF8
4#9AACF9
5#ABBAFA
6#BCC7FB
7#CDD5FC
8#DDE3FD
9#EEF1FE
Tones
Muted variations
1#5F79EC
2#677EE5
3#6F83DD
4#7788D5
5#7E8DCD
6#8692C5
7#8E97BD
8#969CB5
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CB #C1CBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A4 #91A4F8 | BordersInactive statesPlaceholder text |
| 400 | 5774 #5774F4 | Disabled statesSecondary iconsMuted text |
| 500 | 274C #274CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D32 #0D32D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B28 #0B28A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 081C #081C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0512 #05124D | Primary textHigh emphasis contentDark headings |
| 950 | 030B #030B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C1CBFB;
--royal-blue-300: #91A4F8;
--royal-blue-400: #5774F4;
--royal-blue-500: #274CF1;
--royal-blue-600: #0D32D3;
--royal-blue-700: #0B28A8;
--royal-blue-800: #081C78;
--royal-blue-900: #05124D;
--royal-blue-950: #030B30;
}