Royal Blue
#5760C1
BlueColor Codes
All color formats for development
HEX
#5760C1RGB
rgb(87, 96, 193)HSL
hsl(235, 46%, 55%)OKLCH
oklch(0.532 0.15 276.1)CMYK
cmyk(55%, 50%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444EB8
2#3D45A4
3#353D8F
4#2D347B
5#262B66
6#1E2352
7#171A3D
8#0F1129
9#080914
Tints
Lighter variations
1#6870C7
2#7980CD
3#8A90D4
4#9AA0DA
5#ABB0E0
6#BCC0E6
7#CDCFEC
8#DDDFF3
9#EEEFF9
Tones
Muted variations
1#5D65BC
2#6269B6
3#676DB1
4#6D72AC
5#7276A7
6#777BA1
7#7C7F9C
8#828397
9#878892
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 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AE #A9AEDF | BordersInactive statesPlaceholder text |
| 400 | 7D84 #7D84CF | Disabled statesSecondary iconsMuted text |
| 500 | 5760 #5760C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D45 #3D45A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3037 #303782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2227 #22275D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1619 #16193C | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #CFD1ED;
--royal-blue-300: #A9AEDF;
--royal-blue-400: #7D84CF;
--royal-blue-500: #5760C1;
--royal-blue-600: #3D45A4;
--royal-blue-700: #303782;
--royal-blue-800: #22275D;
--royal-blue-900: #16193C;
--royal-blue-950: #0E1025;
}