Royal Blue
#5263C7
BlueColor Codes
All color formats for development
HEX
#5263C7RGB
rgb(82, 99, 199)HSL
hsl(231, 51%, 55%)OKLCH
oklch(0.538 0.155 272.8)CMYK
cmyk(59%, 50%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E51BF
2#3748A9
3#303F94
4#29367F
5#222D6A
6#1B2455
7#151B40
8#0E122A
9#070915
Tints
Lighter variations
1#6373CC
2#7482D2
3#8692D8
4#97A2DD
5#A8B1E3
6#BAC1E9
7#CBD0EE
8#DCE0F4
9#EEEFF9
Tones
Muted variations
1#5867C1
2#5D6BBB
3#6370B5
4#6974AF
5#6F78AA
6#757CA4
7#7B809E
8#818498
9#868892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AF #A6AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7886 #7886D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5263 #5263C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3748 #3748A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C39 #2C3987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F29 #1F2960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FB;
--royal-blue-100: #E4E7F6;
--royal-blue-200: #CDD2EF;
--royal-blue-300: #A6AFE2;
--royal-blue-400: #7886D3;
--royal-blue-500: #5263C7;
--royal-blue-600: #3748A9;
--royal-blue-700: #2C3987;
--royal-blue-800: #1F2960;
--royal-blue-900: #141A3E;
--royal-blue-950: #0C1027;
}