Royal Blue
#576FF4
BlueColor Codes
All color formats for development
HEX
#576FF4RGB
rgb(87, 111, 244)HSL
hsl(231, 88%, 65%)OKLCH
oklch(0.596 0.2 271.3)CMYK
cmyk(64%, 55%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3854F2
2#1939F0
3#0E2DDA
4#0C26BB
5#0A209C
6#08197D
7#06135D
8#040D3E
9#02061F
Tints
Lighter variations
1#687DF5
2#798CF6
3#8A9AF8
4#9AA8F9
5#ABB7FA
6#BCC5FB
7#CDD4FC
8#DDE2FD
9#EEF1FE
Tones
Muted variations
1#5F74EC
2#677AE5
3#6F7FDD
4#7785D5
5#7E8ACD
6#8690C5
7#8E95BD
8#969BB5
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE2FD;
--royal-blue-200: #C1C9FB;
--royal-blue-300: #91A0F8;
--royal-blue-400: #576FF4;
--royal-blue-500: #2746F1;
--royal-blue-600: #0D2BD3;
--royal-blue-700: #0B22A8;
--royal-blue-800: #081878;
--royal-blue-900: #05104D;
--royal-blue-950: #030A30;
}