Royal Blue
#5759C1
BlueColor Codes
All color formats for development
HEX
#5759C1RGB
rgb(87, 89, 193)HSL
hsl(239, 46%, 55%)OKLCH
oklch(0.518 0.159 278.5)CMYK
cmyk(55%, 54%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4446B8
2#3D3EA4
3#35378F
4#2D2F7B
5#262766
6#1E1F52
7#17173D
8#0F1029
9#080814
Tints
Lighter variations
1#686AC7
2#797ACD
3#8A8BD4
4#9A9CDA
5#ABACE0
6#BCBDE6
7#CDCDEC
8#DDDEF3
9#EEEEF9
Tones
Muted variations
1#5D5EBC
2#6263B6
3#6769B1
4#6D6EAC
5#7273A7
6#7778A1
7#7C7D9C
8#828297
9#878792
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFCF #CFCFED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AA #A9AADF | BordersInactive statesPlaceholder text |
| 400 | 7D7E #7D7ECF | Disabled statesSecondary iconsMuted text |
| 500 | 5759 #5759C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D3E #3D3EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3032 #303282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2223 #22235D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1617 #16173C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0E #0E0E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F4FB;
--royal-blue-100: #E5E5F5;
--royal-blue-200: #CFCFED;
--royal-blue-300: #A9AADF;
--royal-blue-400: #7D7ECF;
--royal-blue-500: #5759C1;
--royal-blue-600: #3D3EA4;
--royal-blue-700: #303282;
--royal-blue-800: #22235D;
--royal-blue-900: #16173C;
--royal-blue-950: #0E0E25;
}