Royal Blue
#525BC7
BlueColor Codes
All color formats for development
HEX
#525BC7RGB
rgb(82, 91, 199)HSL
hsl(235, 51%, 55%)OKLCH
oklch(0.523 0.166 275.5)CMYK
cmyk(59%, 54%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E49BF
2#3741A9
3#303894
4#29307F
5#22286A
6#1B2055
7#151840
8#0E102A
9#070815
Tints
Lighter variations
1#636CCC
2#747CD2
3#868DD8
4#979DDD
5#A8ADE3
6#BABEE9
7#CBCEEE
8#DCDEF4
9#EEEFF9
Tones
Muted variations
1#5860C1
2#5D65BB
3#636AB5
4#696FAF
5#6F74AA
6#7579A4
7#7B7E9E
8#818298
9#868792
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 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AB #A6ABE2 | BordersInactive statesPlaceholder text |
| 400 | 7880 #7880D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525B #525BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3741 #3741A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C33 #2C3387 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F25 #1F2560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1417 #14173E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | 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: #CDD0EF;
--royal-blue-300: #A6ABE2;
--royal-blue-400: #7880D3;
--royal-blue-500: #525BC7;
--royal-blue-600: #3741A9;
--royal-blue-700: #2C3387;
--royal-blue-800: #1F2560;
--royal-blue-900: #14173E;
--royal-blue-950: #0C0F27;
}