Royal Blue
#576CF4
BlueColor Codes
All color formats for development
HEX
#576CF4RGB
rgb(87, 108, 244)HSL
hsl(232, 88%, 65%)OKLCH
oklch(0.591 0.204 272)CMYK
cmyk(64%, 56%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3851F2
2#1936F0
3#0E29DA
4#0C23BB
5#0A1D9C
6#08187D
7#06125D
8#040C3E
9#02061F
Tints
Lighter variations
1#687BF5
2#798AF6
3#8A98F8
4#9AA7F9
5#ABB6FA
6#BCC4FB
7#CDD3FC
8#DDE2FD
9#EEF0FE
Tones
Muted variations
1#5F72EC
2#6778E5
3#6F7DDD
4#7783D5
5#7E89CD
6#868FC5
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 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C8 #C1C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919F #919FF8 | BordersInactive statesPlaceholder text |
| 400 | 576C #576CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2742 #2742F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D28 #0D28D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B20 #0B20A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0817 #081778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050E #050E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE2FD;
--royal-blue-200: #C1C8FB;
--royal-blue-300: #919FF8;
--royal-blue-400: #576CF4;
--royal-blue-500: #2742F1;
--royal-blue-600: #0D28D3;
--royal-blue-700: #0B20A8;
--royal-blue-800: #081778;
--royal-blue-900: #050E4D;
--royal-blue-950: #030930;
}