Royal Blue
#576AF4
BlueColor Codes
All color formats for development
HEX
#576AF4RGB
rgb(87, 106, 244)HSL
hsl(233, 88%, 65%)OKLCH
oklch(0.587 0.206 272.5)CMYK
cmyk(64%, 57%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#384EF2
2#1932F0
3#0E26DA
4#0C20BB
5#0A1B9C
6#08167D
7#06105D
8#040B3E
9#02051F
Tints
Lighter variations
1#6878F5
2#7987F6
3#8A96F8
4#9AA5F9
5#ABB4FA
6#BCC3FB
7#CDD2FC
8#DDE1FD
9#EEF0FE
Tones
Muted variations
1#5F70EC
2#6776E5
3#6F7CDD
4#7782D5
5#7E88CD
6#868EC5
7#8E94BD
8#969AB5
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C7 #C1C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919D #919DF8 | BordersInactive statesPlaceholder text |
| 400 | 576A #576AF4 | Disabled statesSecondary iconsMuted text |
| 500 | 273F #273FF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D25 #0D25D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1D #0B1DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0815 #081578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050D #050D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C1C7FB;
--royal-blue-300: #919DF8;
--royal-blue-400: #576AF4;
--royal-blue-500: #273FF1;
--royal-blue-600: #0D25D3;
--royal-blue-700: #0B1DA8;
--royal-blue-800: #081578;
--royal-blue-900: #050D4D;
--royal-blue-950: #030830;
}