Royal Blue
#575DC1
BlueColor Codes
All color formats for development
HEX
#575DC1RGB
rgb(87, 93, 193)HSL
hsl(237, 46%, 55%)OKLCH
oklch(0.526 0.154 277.1)CMYK
cmyk(55%, 52%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444AB8
2#3D42A4
3#353A8F
4#2D317B
5#262966
6#1E2152
7#17193D
8#0F1029
9#080814
Tints
Lighter variations
1#686DC7
2#797DCD
3#8A8DD4
4#9A9EDA
5#ABAEE0
6#BCBEE6
7#CDCEEC
8#DDDFF3
9#EEEFF9
Tones
Muted variations
1#5D61BC
2#6266B6
3#676BB1
4#6D70AC
5#7274A7
6#7779A1
7#7C7E9C
8#828397
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AC #A9ACDF | BordersInactive statesPlaceholder text |
| 400 | 7D81 #7D81CF | Disabled statesSecondary iconsMuted text |
| 500 | 575D #575DC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D42 #3D42A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3034 #303482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2225 #22255D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E5E6F5;
--royal-blue-200: #CFD0ED;
--royal-blue-300: #A9ACDF;
--royal-blue-400: #7D81CF;
--royal-blue-500: #575DC1;
--royal-blue-600: #3D42A4;
--royal-blue-700: #303482;
--royal-blue-800: #22255D;
--royal-blue-900: #16183C;
--royal-blue-950: #0E0F25;
}