Royal Blue
#525FC7
BlueColor Codes
All color formats for development
HEX
#525FC7RGB
rgb(82, 95, 199)HSL
hsl(233, 51%, 55%)OKLCH
oklch(0.531 0.161 274.2)CMYK
cmyk(59%, 52%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E4DBF
2#3744A9
3#303C94
4#29337F
5#222B6A
6#1B2255
7#151A40
8#0E112A
9#070915
Tints
Lighter variations
1#636FCC
2#747FD2
3#868FD8
4#979FDD
5#A8AFE3
6#BABFE9
7#CBCFEE
8#DCDFF4
9#EEEFF9
Tones
Muted variations
1#5864C1
2#5D68BB
3#636DB5
4#6971AF
5#6F76AA
6#757AA4
7#7B7F9E
8#818398
9#868892
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD1 #CDD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AD #A6ADE2 | BordersInactive statesPlaceholder text |
| 400 | 7883 #7883D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525F #525FC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3744 #3744A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C36 #2C3687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F27 #1F2760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193E | 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: #F3F4FB;
--royal-blue-100: #E4E6F6;
--royal-blue-200: #CDD1EF;
--royal-blue-300: #A6ADE2;
--royal-blue-400: #7883D3;
--royal-blue-500: #525FC7;
--royal-blue-600: #3744A9;
--royal-blue-700: #2C3687;
--royal-blue-800: #1F2760;
--royal-blue-900: #14193E;
--royal-blue-950: #0C1027;
}